Html Css Color HEX #D0CB5E Wild Willow

📋 copy color: '#D0CB5E'

red 208 ◦ green 203 ◦ blue 94

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

Shades of Wild Willow #D0CB5E

Tints of Wild Willow #D0CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

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

R = 41.19%
G = 40.2%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0CB5E (or 0xD0CB5E) is known color: Wild Willow. HEX triplet: D0, CB and 5E. RGB value is (208,203,94). Sum of RGB (Red+Green+Blue) = 208+203+94=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB5E is #2F34A1. Grayscale: #C0C0C0. Windows color (decimal): -3093666 or 6212560. OLE color: 6212560.

HSL color Cylindrical-coordinate representation of color #D0CB5E: hue angle of 57.37º 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 #D0CB5E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 203 94 -
CMYK 0 0.02 0.55 0.18
HSL 57.37º 0.55% 0.59% -
HSV(B) 57.37º 0.55% 0.82% -
XYZ 49.39 56.93 18.98 -
YUV 192.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 208 203 94 0 0.02 0.55 0.18 57.37 0.55 0.59
Hex D0 CB 5E 0 2 37 12 39 37 3B
Octal 320 313 136 0 2 67 22 71 67 73
Binary 11010000 11001011 1011110 0 10 110111 10010 111001 110111 111011

Color Harmonies of #D0CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB5E

Black with #D0CB5E

Text Example


Text Example

White with #D0CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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