#caa83c

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

Shades of Metallic Gold #CAA83C

Tints of Metallic Gold #CAA83C

Color information

#CAA83C (or 0xCAA83C) is unknown color: approx Metallic Gold. HEX triplet: CA, A8 and 3C. RGB value is (202,168,60). Sum of RGB (Red+Green+Blue) = 202+168+60=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA83C is #3557C3. Grayscale: #A6A6A6. Windows color (decimal): -3495876 or 3975370. OLE color: 3975370.

HSL color Cylindrical-coordinate representation of color #CAA83C: hue angle of 45.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA83C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20216860-
CMYK00.170.700.21
HSL45.63º57.26%51.37%-
HSV(B)45.63º70.3%79.22%-
XYZ39.1840.8910.1-
YUV165.8568.26153.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 60 (23.83% from 255) = 13.95%
R=46.98%
G=39.07%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021686000.170.700.2145.6357.2651.37
HexCAA83C01146152e3933
Octal3122507402110625567163
Binary1100101010101000111100010001100011010101101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa83c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa83c; }

 p { color: rgb(202,168,60); }

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

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

 a { background-color: rgb(202,168,60); }

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

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

 span { border-color: rgb(202,168,60); }

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