#CCCC64

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

Shades of Wild Willow #CCCC64

Tints of Wild Willow #CCCC64

Color information

#CCCC64 (or 0xCCCC64) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 64. RGB value is (204,204,100). Sum of RGB (Red+Green+Blue) = 204+204+100=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC64 is #33339B. Grayscale: #C0C0C0. Windows color (decimal): -3355548 or 6606028. OLE color: 6606028.

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

Color convert

RGB204204100-
CMYK000.510.2
HSL60º50.49%59.61%-
HSV(B)60º50.98%80%-
XYZ48.7956.9420.48-
YUV192.1476136.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 100 (39.45% from 255) = 19.69%
R=40.16%
G=40.16%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204100000.510.26050.4959.61
HexCCCC640033143c323c
Octal314314144006324746274
Binary110011001100110011001000011001110100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC64; }

 p { color: rgb(204,204,100); }

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

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

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

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

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

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

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