#CCC732

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

Shades of Wattle #CCC732

Tints of Wattle #CCC732

Color information

#CCC732 (or 0xCCC732) is unknown color: approx Wattle. HEX triplet: CC, C7 and 32. RGB value is (204,199,50). Sum of RGB (Red+Green+Blue) = 204+199+50=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC732 is #3338CD. Grayscale: #B8B8B8. Windows color (decimal): -3356878 or 3327948. OLE color: 3327948.

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

Color convert

RGB20419950-
CMYK00.020.750.2
HSL58.05º60.63%49.8%-
HSV(B)58.05º75.49%80%-
XYZ45.953.9111-
YUV183.5152.66142.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 50 (19.92% from 255) = 11.04%
R=45.03%
G=43.93%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041995000.020.750.258.0560.6349.8
HexCCC732024B143a3d32
Octal314307620211324727562
Binary1100110011000111110010010100101110100111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC732; }

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

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

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

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

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

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

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

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