#D0CB5B

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

Shades of Wild Willow #D0CB5B

Tints of Wild Willow #D0CB5B

Color information

#D0CB5B (or 0xD0CB5B) is unknown color: approx Wild Willow. HEX triplet: D0, CB and 5B. RGB value is (208,203,91). Sum of RGB (Red+Green+Blue) = 208+203+91=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB5B is #2F34A4. Grayscale: #C0C0C0. Windows color (decimal): -3093669 or 6015952. OLE color: 6015952.

HSL color Cylindrical-coordinate representation of color #D0CB5B: hue angle of 57.44º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0CB5B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20820391-
CMYK00.020.560.18
HSL57.44º55.45%58.63%-
HSV(B)57.44º56.25%81.57%-
XYZ49.2656.8818.28-
YUV191.7371.16139.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 91 (35.94% from 255) = 18.13%
R=41.43%
G=40.44%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082039100.020.560.1857.4455.4558.63
HexD0CB5B02381239373b
Octal320313133027022716773
Binary1101000011001011101101101011100010010111001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB5B; }

 p { color: rgb(208,203,91); }

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

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

 a { background-color: rgb(208,203,91); }

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

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

 span { border-color: rgb(208,203,91); }

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