#CCC533

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

Shades of Wattle #CCC533

Tints of Wattle #CCC533

Color information

#CCC533 (or 0xCCC533) is unknown color: approx Wattle. HEX triplet: CC, C5 and 33. RGB value is (204,197,51). Sum of RGB (Red+Green+Blue) = 204+197+51=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC533 is #333ACC. Grayscale: #B7B7B7. Windows color (decimal): -3357389 or 3392972. OLE color: 3392972.

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

Color convert

RGB20419751-
CMYK00.030.750.2
HSL57.25º60%50%-
HSV(B)57.25º75%80%-
XYZ45.4753.0110.97-
YUV182.4553.82143.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 51 (20.31% from 255) = 11.28%
R=45.13%
G=43.58%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041975100.030.750.257.256050
HexCCC533034B14393c32
Octal314305630311324717462
Binary1100110011000101110011011100101110100111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC533; }

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

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

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

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

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

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

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

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