#CCC736

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

Shades of Wattle #CCC736

Tints of Wattle #CCC736

Color information

#CCC736 (or 0xCCC736) is unknown color: approx Wattle. HEX triplet: CC, C7 and 36. RGB value is (204,199,54). Sum of RGB (Red+Green+Blue) = 204+199+54=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC736 is #3338C9. Grayscale: #B8B8B8. Windows color (decimal): -3356874 or 3590092. OLE color: 3590092.

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

Color convert

RGB20419954-
CMYK00.020.740.2
HSL58º59.52%50.59%-
HSV(B)58º73.53%80%-
XYZ45.9953.9511.48-
YUV183.9654.66142.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 54 (21.48% from 255) = 11.82%
R=44.64%
G=43.54%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041995400.020.740.25859.5250.59
HexCCC736024A143a3c33
Octal314307660211224727463
Binary1100110011000111110110010100101010100111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC736; }

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

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

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

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

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

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

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

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