#CAA93B

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

Shades of Metallic Gold #CAA93B

Tints of Metallic Gold #CAA93B

Color information

#CAA93B (or 0xCAA93B) is unknown color: approx Metallic Gold. HEX triplet: CA, A9 and 3B. RGB value is (202,169,59). Sum of RGB (Red+Green+Blue) = 202+169+59=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA93B is #3556C4. Grayscale: #A6A6A6. Windows color (decimal): -3495621 or 3910090. OLE color: 3910090.

HSL color Cylindrical-coordinate representation of color #CAA93B: hue angle of 46.15º degrees, saturation: 0.57, 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 #CAA93B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20216959-
CMYK00.160.710.21
HSL46.15º57.43%51.18%-
HSV(B)46.15º70.79%79.22%-
XYZ39.3341.2510.03-
YUV166.3367.43153.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=46.98%
G=39.30%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021695900.160.710.2146.1557.4351.18
HexCAA93B01047152e3933
Octal3122517302010725567163
Binary1100101010101001111011010000100011110101101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA93B; }

 p { color: rgb(202,169,59); }

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

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

 a { background-color: rgb(202,169,59); }

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

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

 span { border-color: rgb(202,169,59); }

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