#CCC344

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

Shades of Wattle #CCC344

Tints of Wattle #CCC344

Color information

#CCC344 (or 0xCCC344) is unknown color: approx Wattle. HEX triplet: CC, C3 and 44. RGB value is (204,195,68). Sum of RGB (Red+Green+Blue) = 204+195+68=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC344 is #333CBB. Grayscale: #B7B7B7. Windows color (decimal): -3357884 or 4506572. OLE color: 4506572.

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

Color convert

RGB20419568-
CMYK00.040.670.2
HSL56.03º57.14%53.33%-
HSV(B)56.03º66.67%80%-
XYZ45.4652.2813.16-
YUV183.2162.98142.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=43.68%
G=41.76%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041956800.040.670.256.0357.1453.33
HexCCC344044314383935
Octal3143031040410324707165
Binary110011001100001110001000100100001110100111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC344; }

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

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

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

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

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

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

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

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