#CAC630

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

Shades of Wattle #CAC630

Tints of Wattle #CAC630

Color information

#CAC630 (or 0xCAC630) is unknown color: approx Wattle. HEX triplet: CA, C6 and 30. RGB value is (202,198,48). Sum of RGB (Red+Green+Blue) = 202+198+48=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC630 is #3539CF. Grayscale: #B6B6B6. Windows color (decimal): -3488208 or 3196618. OLE color: 3196618.

HSL color Cylindrical-coordinate representation of color #CAC630: hue angle of 58.44º degrees, saturation: 0.62, 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 #CAC630 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20219848-
CMYK00.020.760.21
HSL58.44º61.6%49.02%-
HSV(B)58.44º76.24%79.22%-
XYZ45.0853.1610.68-
YUV182.152.33142.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 198 (77.73% from 255) = 44.20%
BLUE value IS 48 (19.14% from 255) = 10.71%
R=45.09%
G=44.20%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021984800.020.760.2158.4461.649.02
HexCAC630024C153a3e31
Octal312306600211425727661
Binary1100101011000110110000010100110010101111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC630; }

 p { color: rgb(202,198,48); }

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

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

 a { background-color: rgb(202,198,48); }

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

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

 span { border-color: rgb(202,198,48); }

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