Html Css Color HEX #D0CB5B Wild Willow

📋 copy color: '#D0CB5B'

red 208 ◦ green 203 ◦ blue 91

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

Shades of Wild Willow #D0CB5B

Tints of Wild Willow #D0CB5B

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 value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0CB5B (or 0xD0CB5B) is known color: 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

RGB 208 203 91 -
CMYK 0 0.02 0.56 0.18
HSL 57.44º 0.55% 0.59% -
HSV(B) 57.44º 0.56% 0.82% -
XYZ 49.26 56.88 18.28 -
YUV 191.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 208 203 91 0 0.02 0.56 0.18 57.44 0.55 0.59
Hex D0 CB 5B 0 2 38 12 39 37 3B
Octal 320 313 133 0 2 70 22 71 67 73
Binary 11010000 11001011 1011011 0 10 111000 10010 111001 110111 111011

Color Harmonies of #D0CB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB5B

Black with #D0CB5B

Text Example


Text Example

White with #D0CB5B

Text Example


Text Example

HTML Codes & Css Web 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>