Html Css Color HEX #D0CB61 Wild Willow

📋 copy color: '#D0CB61'

red 208 ◦ green 203 ◦ blue 97

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

Shades of Wild Willow #D0CB61

Tints of Wild Willow #D0CB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 40.94%
G = 39.96%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D0CB61 (or 0xD0CB61) is known color: Wild Willow. HEX triplet: D0, CB and 61. RGB value is (208,203,97). Sum of RGB (Red+Green+Blue) = 208+203+97=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB61 is #2F349E. Grayscale: #C0C0C0. Windows color (decimal): -3093663 or 6409168. OLE color: 6409168.

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

Color convert

RGB 208 203 97 -
CMYK 0 0.02 0.53 0.18
HSL 57.3º 0.54% 0.6% -
HSV(B) 57.3º 0.53% 0.82% -
XYZ 49.53 56.98 19.7 -
YUV 192.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 208 203 97 0 0.02 0.53 0.18 57.3 0.54 0.6
Hex D0 CB 61 0 2 35 12 39 36 3C
Octal 320 313 141 0 2 65 22 71 66 74
Binary 11010000 11001011 1100001 0 10 110101 10010 111001 110110 111100

Color Harmonies of #D0CB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB61

Black with #D0CB61

Text Example


Text Example

White with #D0CB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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