#CAC331

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

Shades of Wattle #CAC331

Tints of Wattle #CAC331

Color information

#CAC331 (or 0xCAC331) is unknown color: approx Wattle. HEX triplet: CA, C3 and 31. RGB value is (202,195,49). Sum of RGB (Red+Green+Blue) = 202+195+49=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC331 is #353CCE. Grayscale: #B5B5B5. Windows color (decimal): -3488975 or 3261386. OLE color: 3261386.

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

Color convert

RGB20219549-
CMYK00.030.760.21
HSL57.25º60.96%49.22%-
HSV(B)57.25º75.74%79.22%-
XYZ44.4351.8110.56-
YUV180.4553.82143.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 49 (19.53% from 255) = 10.99%
R=45.29%
G=43.72%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021954900.030.760.2157.2560.9649.22
HexCAC331034C15393d31
Octal312303610311425717561
Binary1100101011000011110001011100110010101111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC331; }

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

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

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

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

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

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

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

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