#D0D45C

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

Shades of Wild Willow #D0D45C

Tints of Wild Willow #D0D45C

Color information

#D0D45C (or 0xD0D45C) is unknown color: approx Wild Willow. HEX triplet: D0, D4 and 5C. RGB value is (208,212,92). Sum of RGB (Red+Green+Blue) = 208+212+92=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D45C is #2F2BA3. Grayscale: #C5C5C5. Windows color (decimal): -3091364 or 6083792. OLE color: 6083792.

HSL color Cylindrical-coordinate representation of color #D0D45C: hue angle of 62º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0D45C is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB20821292-
CMYK0.0200.570.17
HSL62º58.25%59.61%-
HSV(B)62º56.6%83.14%-
XYZ51.4961.2719.24-
YUV197.1268.67135.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=40.62%
G=41.41%
B=17.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208212920.0200.570.176258.2559.61
HexD0D45C2039113e3a3c
Octal320324134207121767274
Binary1101000011010100101110010011100110001111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D45C; }

 p { color: rgb(208,212,92); }

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

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

 a { background-color: rgb(208,212,92); }

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

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

 span { border-color: rgb(208,212,92); }

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