#D0CE5F

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

Shades of Wild Willow #D0CE5F

Tints of Wild Willow #D0CE5F

Color information

#D0CE5F (or 0xD0CE5F) is unknown color: approx Wild Willow. HEX triplet: D0, CE and 5F. RGB value is (208,206,95). Sum of RGB (Red+Green+Blue) = 208+206+95=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE5F is #2F31A0. Grayscale: #C2C2C2. Windows color (decimal): -3092897 or 6278864. OLE color: 6278864.

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

Color convert

RGB20820695-
CMYK00.010.540.18
HSL58.94º54.59%59.41%-
HSV(B)58.94º54.33%81.57%-
XYZ50.1558.3819.45-
YUV193.9472.16138.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=40.86%
G=40.47%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082069500.010.540.1858.9454.5959.41
HexD0CE5F0136123b373b
Octal320316137016622736773
Binary110100001100111010111110111011010010111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE5F; }

 p { color: rgb(208,206,95); }

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

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

 a { background-color: rgb(208,206,95); }

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

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

 span { border-color: rgb(208,206,95); }

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