#CCCC56

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

Shades of Wild Willow #CCCC56

Tints of Wild Willow #CCCC56

Color information

#CCCC56 (or 0xCCCC56) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 56. RGB value is (204,204,86). Sum of RGB (Red+Green+Blue) = 204+204+86=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC56 is #3333A9. Grayscale: #BFBFBF. Windows color (decimal): -3355562 or 5688524. OLE color: 5688524.

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

Color convert

RGB20420486-
CMYK000.580.2
HSL60º53.64%56.86%-
HSV(B)60º57.84%80%-
XYZ48.1756.6917.21-
YUV190.5569137.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=41.30%
G=41.30%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420486000.580.26053.6456.86
HexCCCC56003A143c3639
Octal314314126007224746671
Binary110011001100110010101100011101010100111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC56; }

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

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

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

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

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

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

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

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