Html Css Color HEX #CAA12F Metallic Gold

📋 copy color: '#CAA12F'

red 202 ◦ green 161 ◦ blue 47

#CAA12F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CAA12F

Tints of Metallic Gold #CAA12F

RGB

 RED value IS 202 (79.3% from 255) = 49.27%

 GREEN value IS 161 (63.28% from 255) = 39.27%

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 49.27%
G = 39.27%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAA12F (or 0xCAA12F) is known color: Metallic Gold. HEX triplet: CA, A1 and 2F. RGB value is (202,161,47). Sum of RGB (Red+Green+Blue) = 202+161+47=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA12F is #355ED0. Grayscale: #A0A0A0. Windows color (decimal): -3497681 or 3121610. OLE color: 3121610.

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

Color convert

RGB 202 161 47 -
CMYK 0 0.20 0.77 0.21
HSL 44.13º 0.62% 0.49% -
HSV(B) 44.13º 0.77% 0.79% -
XYZ 37.62 38.25 8.09 -
YUV 160.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 202 161 47 0 0.20 0.77 0.21 44.13 0.62 0.49
Hex CA A1 2F 0 14 4D 15 2C 3E 31
Octal 312 241 57 0 24 115 25 54 76 61
Binary 11001010 10100001 101111 0 10100 1001101 10101 101100 111110 110001

Color Harmonies of #CAA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA12F

Black with #CAA12F

Text Example


Text Example

White with #CAA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA12F; }

 p { color: rgb(202,161,47); }

 H1.HeaderClassName
 {
   color: #CAA12F;
 }
 .AnyTagClassName
 {
   color: #CAA12F;
 }
</style>

background-color css

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

 a { background-color: rgb(202,161,47); }

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

border-color css

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

 span { border-color: rgb(202,161,47); }

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