Html Css Color HEX #D0CD5E Wild Willow

📋 copy color: '#D0CD5E'

red 208 ◦ green 205 ◦ blue 94

#D0CD5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #D0CD5E

Tints of Wild Willow #D0CD5E

RGB

 RED value IS 208 (81.64% from 255) = 41.03%

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 94 (37.11% from 255) = 18.54%

R = 41.03%
G = 40.43%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0CD5E (or 0xD0CD5E) is known color: Wild Willow. HEX triplet: D0, CD and 5E. RGB value is (208,205,94). Sum of RGB (Red+Green+Blue) = 208+205+94=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD5E is #2F32A1. Grayscale: #C1C1C1. Windows color (decimal): -3093154 or 6213072. OLE color: 6213072.

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

Color convert

RGB 208 205 94 -
CMYK 0 0.01 0.55 0.18
HSL 58.42º 0.55% 0.59% -
HSV(B) 58.42º 0.55% 0.82% -
XYZ 49.86 57.88 19.13 -
YUV 193.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 208 205 94 0 0.01 0.55 0.18 58.42 0.55 0.59
Hex D0 CD 5E 0 1 37 12 3A 37 3B
Octal 320 315 136 0 1 67 22 72 67 73
Binary 11010000 11001101 1011110 0 1 110111 10010 111010 110111 111011

Color Harmonies of #D0CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD5E

Black with #D0CD5E

Text Example


Text Example

White with #D0CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD5E; }

 p { color: rgb(208,205,94); }

 H1.HeaderClassName
 {
   color: #D0CD5E;
 }
 .AnyTagClassName
 {
   color: #D0CD5E;
 }
</style>

background-color css

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

 a { background-color: rgb(208,205,94); }

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

border-color css

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

 span { border-color: rgb(208,205,94); }

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