#ccc544

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

Shades of Wattle #CCC544

Tints of Wattle #CCC544

Color information

#CCC544 (or 0xCCC544) is unknown color: approx Wattle. HEX triplet: CC, C5 and 44. RGB value is (204,197,68). Sum of RGB (Red+Green+Blue) = 204+197+68=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC544 is #333ABB. Grayscale: #B8B8B8. Windows color (decimal): -3357372 or 4507084. OLE color: 4507084.

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

Color convert

RGB20419768-
CMYK00.030.670.2
HSL56.91º57.14%53.33%-
HSV(B)56.91º66.67%80%-
XYZ45.9153.1913.32-
YUV184.3962.32141.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 68 (26.95% from 255) = 14.50%
R=43.50%
G=42.00%
B=14.50%

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
Decimal2041976800.030.670.256.9157.1453.33
HexCCC544034314393935
Octal3143051040310324717165
Binary11001100110001011000100011100001110100111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc544; }

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

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

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

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

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

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

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

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