#CCC966

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

Shades of Wild Willow #CCC966

Tints of Wild Willow #CCC966

Color information

#CCC966 (or 0xCCC966) is unknown color: approx Wild Willow. HEX triplet: CC, C9 and 66. RGB value is (204,201,102). Sum of RGB (Red+Green+Blue) = 204+201+102=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC966 is #333699. Grayscale: #BFBFBF. Windows color (decimal): -3356314 or 6736332. OLE color: 6736332.

HSL color Cylindrical-coordinate representation of color #CCC966: hue angle of 58.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC966 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204201102-
CMYK00.010.50.2
HSL58.24º50%60%-
HSV(B)58.24º50%80%-
XYZ48.1955.5720.76-
YUV190.6177.99137.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=40.24%
G=39.64%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420110200.010.50.258.245060
HexCCC9660132143a323c
Octal314311146016224726274
Binary110011001100100111001100111001010100111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC966; }

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

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

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

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

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

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

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

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