#CCCC4A

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

Shades of Wattle #CCCC4A

Tints of Wattle #CCCC4A

Color information

#CCCC4A (or 0xCCCC4A) is unknown color: approx Wattle. HEX triplet: CC, CC and 4A. RGB value is (204,204,74). Sum of RGB (Red+Green+Blue) = 204+204+74=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC4A is #3333B5. Grayscale: #BDBDBD. Windows color (decimal): -3355574 or 4902092. OLE color: 4902092.

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

Color convert

RGB20420474-
CMYK000.640.2
HSL60º56.03%54.51%-
HSV(B)60º63.73%80%-
XYZ47.7356.5214.87-
YUV189.1863138.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=42.32%
G=42.32%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420474000.640.26056.0354.51
HexCCCC4A0040143c3837
Octal3143141120010024747067
Binary1100110011001100100101000100000010100111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC4A; }

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

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

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

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

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

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

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

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