#CCC536

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

Shades of Wattle #CCC536

Tints of Wattle #CCC536

Color information

#CCC536 (or 0xCCC536) is unknown color: approx Wattle. HEX triplet: CC, C5 and 36. RGB value is (204,197,54). Sum of RGB (Red+Green+Blue) = 204+197+54=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC536 is #333AC9. Grayscale: #B7B7B7. Windows color (decimal): -3357386 or 3589580. OLE color: 3589580.

HSL color Cylindrical-coordinate representation of color #CCC536: hue angle of 57.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC536 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20419754-
CMYK00.030.740.2
HSL57.2º59.52%50.59%-
HSV(B)57.2º73.53%80%-
XYZ45.5353.0411.33-
YUV182.7955.32143.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 54 (21.48% from 255) = 11.87%
R=44.84%
G=43.30%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041975400.030.740.257.259.5250.59
HexCCC536034A14393c33
Octal314305660311224717463
Binary1100110011000101110110011100101010100111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC536; }

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

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

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

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

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

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

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

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