#CCCC54

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

Shades of Wild Willow #CCCC54

Tints of Wild Willow #CCCC54

Color information

#CCCC54 (or 0xCCCC54) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 54. RGB value is (204,204,84). Sum of RGB (Red+Green+Blue) = 204+204+84=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC54 is #3333AB. Grayscale: #BEBEBE. Windows color (decimal): -3355564 or 5557452. OLE color: 5557452.

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

Color convert

RGB20420484-
CMYK000.590.2
HSL60º54.05%56.47%-
HSV(B)60º58.82%80%-
XYZ48.0956.6616.79-
YUV190.3268137.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 84 (33.20% from 255) = 17.07%
R=41.46%
G=41.46%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420484000.590.26054.0556.47
HexCCCC54003B143c3638
Octal314314124007324746670
Binary110011001100110010101000011101110100111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC54; }

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

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

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

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

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

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

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

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