#CCC433

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

Shades of Wattle #CCC433

Tints of Wattle #CCC433

Color information

#CCC433 (or 0xCCC433) is unknown color: approx Wattle. HEX triplet: CC, C4 and 33. RGB value is (204,196,51). Sum of RGB (Red+Green+Blue) = 204+196+51=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC433 is #333BCC. Grayscale: #B6B6B6. Windows color (decimal): -3357645 or 3392716. OLE color: 3392716.

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

Color convert

RGB20419651-
CMYK00.040.750.2
HSL56.86º60%50%-
HSV(B)56.86º75%80%-
XYZ45.2452.5610.89-
YUV181.8654.15143.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=45.23%
G=43.46%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041965100.040.750.256.866050
HexCCC433044B14393c32
Octal314304630411324717462
Binary11001100110001001100110100100101110100111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC433; }

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

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

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

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

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

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

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

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