#CAC344

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

Shades of Wattle #CAC344

Tints of Wattle #CAC344

Color information

#CAC344 (or 0xCAC344) is unknown color: approx Wattle. HEX triplet: CA, C3 and 44. RGB value is (202,195,68). Sum of RGB (Red+Green+Blue) = 202+195+68=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC344 is #353CBB. Grayscale: #B7B7B7. Windows color (decimal): -3488956 or 4506570. OLE color: 4506570.

HSL color Cylindrical-coordinate representation of color #CAC344: hue angle of 56.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC344 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20219568-
CMYK00.030.660.21
HSL56.87º55.83%52.94%-
HSV(B)56.87º66.34%79.22%-
XYZ44.925213.14-
YUV182.6263.32141.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 68 (26.95% from 255) = 14.62%
R=43.44%
G=41.94%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021956800.030.660.2156.8755.8352.94
HexCAC344034215393835
Octal3123031040310225717065
Binary11001010110000111000100011100001010101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC344; }

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

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

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

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

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

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

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

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