Html Css Color HEX #D0CC63 Wild Willow

📋 copy color: '#D0CC63'

red 208 ◦ green 204 ◦ blue 99

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

Shades of Wild Willow #D0CC63

Tints of Wild Willow #D0CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 99 (39.06% from 255) = 19.37%

R = 40.7%
G = 39.92%
B = 19.37%

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

#D0CC63 (or 0xD0CC63) is known color: Wild Willow. HEX triplet: D0, CC and 63. RGB value is (208,204,99). Sum of RGB (Red+Green+Blue) = 208+204+99=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC63 is #2F339C. Grayscale: #C1C1C1. Windows color (decimal): -3093405 or 6540496. OLE color: 6540496.

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

Color convert

RGB 208 204 99 -
CMYK 0 0.02 0.52 0.18
HSL 57.8º 0.54% 0.6% -
HSV(B) 57.8º 0.52% 0.82% -
XYZ 49.86 57.5 20.27 -
YUV 193.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 208 204 99 0 0.02 0.52 0.18 57.8 0.54 0.6
Hex D0 CC 63 0 2 34 12 3A 36 3C
Octal 320 314 143 0 2 64 22 72 66 74
Binary 11010000 11001100 1100011 0 10 110100 10010 111010 110110 111100

Color Harmonies of #D0CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC63

Black with #D0CC63

Text Example


Text Example

White with #D0CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC63; }

 p { color: rgb(208,204,99); }

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

background-color css

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

 a { background-color: rgb(208,204,99); }

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

border-color css

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

 span { border-color: rgb(208,204,99); }

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