#CCD166

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

Shades of Wild Willow #CCD166

Tints of Wild Willow #CCD166

Color information

#CCD166 (or 0xCCD166) is unknown color: approx Wild Willow. HEX triplet: CC, D1 and 66. RGB value is (204,209,102). Sum of RGB (Red+Green+Blue) = 204+209+102=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD166 is #332E99. Grayscale: #C3C3C3. Windows color (decimal): -3354266 or 6738380. OLE color: 6738380.

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

Color convert

RGB204209102-
CMYK0.0200.510.18
HSL62.8º53.77%60.98%-
HSV(B)62.8º51.2%81.96%-
XYZ50.159.421.39-
YUV195.3175.34134.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=39.61%
G=40.58%
B=19.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091020.0200.510.1862.853.7760.98
HexCCD1662033123f363d
Octal314321146206322776675
Binary1100110011010001110011010011001110010111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD166; }

 p { color: rgb(204,209,102); }

 H1.HeaderClassName
 {
   color: #CCD166;
 }
 .AnyTagClassName
 {
   color: #CCD166;
 }
</style>
background-color css

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

 a { background-color: rgb(204,209,102); }

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

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

 span { border-color: rgb(204,209,102); }

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