#CCC644

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

Shades of Wattle #CCC644

Tints of Wattle #CCC644

Color information

#CCC644 (or 0xCCC644) is unknown color: approx Wattle. HEX triplet: CC, C6 and 44. RGB value is (204,198,68). Sum of RGB (Red+Green+Blue) = 204+198+68=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC644 is #3339BB. Grayscale: #B9B9B9. Windows color (decimal): -3357116 or 4507340. OLE color: 4507340.

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

Color convert

RGB20419868-
CMYK00.030.670.2
HSL57.35º57.14%53.33%-
HSV(B)57.35º66.67%80%-
XYZ46.1453.6413.39-
YUV184.9761.99141.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 68 (26.95% from 255) = 14.47%
R=43.40%
G=42.13%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041986800.030.670.257.3557.1453.33
HexCCC644034314393935
Octal3143061040310324717165
Binary11001100110001101000100011100001110100111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC644; }

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

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

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

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

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

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

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

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