#D2DC5B

Color #D2DC5B Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D2DC5B

Tints of Manz #D2DC5B

Color information

#D2DC5B (or 0xD2DC5B) is unknown color: approx Manz. HEX triplet: D2, DC and 5B. RGB value is (210,220,91). Sum of RGB (Red+Green+Blue) = 210+220+91=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC5B is #2D23A4. Grayscale: #CACACA. Windows color (decimal): -2958245 or 6020306. OLE color: 6020306.

HSL color Cylindrical-coordinate representation of color #D2DC5B: hue angle of 64.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2DC5B is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21022091-
CMYK0.0500.590.14
HSL64.65º64.82%60.98%-
HSV(B)64.65º58.64%86.27%-
XYZ54.0665.6419.72-
YUV202.365.19133.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=40.31%
G=42.23%
B=17.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210220910.0500.590.1464.6564.8260.98
HexD2DC5B503BE41413d
Octal32233413350731610110175
Binary110100101101110010110111010111011111010000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC5B; }

 p { color: rgb(210,220,91); }

 H1.HeaderClassName
 {
   color: #D2DC5B;
 }
 .AnyTagClassName
 {
   color: #D2DC5B;
 }
</style>
background-color css

<style>
 a { background-color: #D2DC5B; }

 a { background-color: rgb(210,220,91); }

 div.DivClassName
 {
   background-color: #D2DC5B;
 }
 .BgClassName
 {
   background-color: #D2DC5B;
 }
</style>
border-color css

<style>
 span { border-color: #D2DC5B; }

 span { border-color: rgb(210,220,91); }

 td.TdClassName
 {
   border-color: #D2DC5B;
 }
 .TagClassName
 {
   border-color: #D2DC5B;
 }
</style>