#CCC044

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

Shades of Wattle #CCC044

Tints of Wattle #CCC044

Color information

#CCC044 (or 0xCCC044) is unknown color: approx Wattle. HEX triplet: CC, C0 and 44. RGB value is (204,192,68). Sum of RGB (Red+Green+Blue) = 204+192+68=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC044 is #333FBB. Grayscale: #B5B5B5. Windows color (decimal): -3358652 or 4505804. OLE color: 4505804.

HSL color Cylindrical-coordinate representation of color #CCC044: hue angle of 54.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC044 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20419268-
CMYK00.060.670.2
HSL54.71º57.14%53.33%-
HSV(B)54.71º66.67%80%-
XYZ44.7950.9512.94-
YUV181.4563.98144.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=43.97%
G=41.38%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041926800.060.670.254.7157.1453.33
HexCCC044064314373935
Octal3143001040610324677165
Binary110011001100000010001000110100001110100110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC044; }

 p { color: rgb(204,192,68); }

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

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

 a { background-color: rgb(204,192,68); }

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

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

 span { border-color: rgb(204,192,68); }

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