Html Css Color HEX #D0CB60 Wild Willow

📋 copy color: '#D0CB60'

red 208 ◦ green 203 ◦ blue 96

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

Shades of Wild Willow #D0CB60

Tints of Wild Willow #D0CB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 41.03%
G = 40.04%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0CB60 (or 0xD0CB60) is known color: Wild Willow. HEX triplet: D0, CB and 60. RGB value is (208,203,96). Sum of RGB (Red+Green+Blue) = 208+203+96=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB60 is #2F349F. Grayscale: #C0C0C0. Windows color (decimal): -3093664 or 6343632. OLE color: 6343632.

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

Color convert

RGB 208 203 96 -
CMYK 0 0.02 0.54 0.18
HSL 57.32º 0.54% 0.6% -
HSV(B) 57.32º 0.54% 0.82% -
XYZ 49.48 56.97 19.45 -
YUV 192.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 208 203 96 0 0.02 0.54 0.18 57.32 0.54 0.6
Hex D0 CB 60 0 2 36 12 39 36 3C
Octal 320 313 140 0 2 66 22 71 66 74
Binary 11010000 11001011 1100000 0 10 110110 10010 111001 110110 111100

Color Harmonies of #D0CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB60

Black with #D0CB60

Text Example


Text Example

White with #D0CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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