#CCCC32

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

Shades of Wattle #CCCC32

Tints of Wattle #CCCC32

Color information

#CCCC32 (or 0xCCCC32) is unknown color: approx Wattle. HEX triplet: CC, CC and 32. RGB value is (204,204,50). Sum of RGB (Red+Green+Blue) = 204+204+50=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC32 is #3333CD. Grayscale: #BBBBBB. Windows color (decimal): -3355598 or 3329228. OLE color: 3329228.

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

Color convert

RGB20420450-
CMYK000.750.2
HSL60º60.63%49.8%-
HSV(B)60º75.49%80%-
XYZ47.0756.2511.39-
YUV186.4451140.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 50 (19.92% from 255) = 10.92%
R=44.54%
G=44.54%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420450000.750.26060.6349.8
HexCCCC32004B143c3d32
Octal314314620011324747562
Binary110011001100110011001000100101110100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC32; }

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

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

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

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

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

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

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

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