Html Css Color HEX #D0CB64 Wild Willow

📋 copy color: '#D0CB64'

red 208 ◦ green 203 ◦ blue 100

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

Shades of Wild Willow #D0CB64

Tints of Wild Willow #D0CB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.57%

R = 40.7%
G = 39.73%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0CB64 (or 0xD0CB64) is known color: Wild Willow. HEX triplet: D0, CB and 64. RGB value is (208,203,100). Sum of RGB (Red+Green+Blue) = 208+203+100=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB64 is #2F349B. Grayscale: #C1C1C1. Windows color (decimal): -3093660 or 6605776. OLE color: 6605776.

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

Color convert

RGB 208 203 100 -
CMYK 0 0.02 0.52 0.18
HSL 57.22º 0.53% 0.6% -
HSV(B) 57.22º 0.52% 0.82% -
XYZ 49.67 57.04 20.45 -
YUV 192.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 208 203 100 0 0.02 0.52 0.18 57.22 0.53 0.6
Hex D0 CB 64 0 2 34 12 39 35 3C
Octal 320 313 144 0 2 64 22 71 65 74
Binary 11010000 11001011 1100100 0 10 110100 10010 111001 110101 111100

Color Harmonies of #D0CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB64

Black with #D0CB64

Text Example


Text Example

White with #D0CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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