#CCCA33

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

Shades of Wattle #CCCA33

Tints of Wattle #CCCA33

Color information

#CCCA33 (or 0xCCCA33) is unknown color: approx Wattle. HEX triplet: CC, CA and 33. RGB value is (204,202,51). Sum of RGB (Red+Green+Blue) = 204+202+51=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA33 is #3335CC. Grayscale: #B9B9B9. Windows color (decimal): -3356109 or 3394252. OLE color: 3394252.

HSL color Cylindrical-coordinate representation of color #CCCA33: hue angle of 59.22º degrees, saturation: 0.6, 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 #CCCA33 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20420251-
CMYK00.010.750.2
HSL59.22º60%50%-
HSV(B)59.22º75%80%-
XYZ46.6255.3211.35-
YUV185.3852.16141.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=44.64%
G=44.20%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042025100.010.750.259.226050
HexCCCA33014B143b3c32
Octal314312630111324737462
Binary110011001100101011001101100101110100111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA33; }

 p { color: rgb(204,202,51); }

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

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

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

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

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

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

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