#CAC83A

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

Shades of Wattle #CAC83A

Tints of Wattle #CAC83A

Color information

#CAC83A (or 0xCAC83A) is unknown color: approx Wattle. HEX triplet: CA, C8 and 3A. RGB value is (202,200,58). Sum of RGB (Red+Green+Blue) = 202+200+58=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC83A is #3537C5. Grayscale: #B8B8B8. Windows color (decimal): -3487686 or 3852490. OLE color: 3852490.

HSL color Cylindrical-coordinate representation of color #CAC83A: hue angle of 59.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAC83A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20220058-
CMYK00.010.710.21
HSL59.17º57.6%50.98%-
HSV(B)59.17º71.29%79.22%-
XYZ45.7854.1712.05-
YUV184.4156.66140.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 58 (23.05% from 255) = 12.61%
R=43.91%
G=43.48%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022005800.010.710.2159.1757.650.98
HexCAC83A0147153b3a33
Octal312310720110725737263
Binary110010101100100011101001100011110101111011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC83A; }

 p { color: rgb(202,200,58); }

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

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

 a { background-color: rgb(202,200,58); }

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

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

 span { border-color: rgb(202,200,58); }

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