#D0CC63

Color #D0CC63 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #D0CC63

Tints of Wild Willow #D0CC63

Color information

#D0CC63 (or 0xD0CC63) is unknown color: approx 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

RGB20820499-
CMYK00.020.520.18
HSL57.8º53.69%60.2%-
HSV(B)57.8º52.4%81.57%-
XYZ49.8657.520.27-
YUV193.2374.83138.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 99 (39.06% from 255) = 19.37%
R=40.70%
G=39.92%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082049900.020.520.1857.853.6960.2
HexD0CC630234123a363c
Octal320314143026422726674
Binary1101000011001100110001101011010010010111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>