Html Css Color HEX #CAA131 Metallic Gold

📋 copy color: '#CAA131'

red 202 ◦ green 161 ◦ blue 49

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

Shades of Metallic Gold #CAA131

Tints of Metallic Gold #CAA131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 49.03%
G = 39.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA131 (or 0xCAA131) is known color: Metallic Gold. HEX triplet: CA, A1 and 31. RGB value is (202,161,49). Sum of RGB (Red+Green+Blue) = 202+161+49=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA131 is #355ECE. Grayscale: #A0A0A0. Windows color (decimal): -3497679 or 3252682. OLE color: 3252682.

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

Color convert

RGB 202 161 49 -
CMYK 0 0.20 0.76 0.21
HSL 43.92º 0.61% 0.49% -
HSV(B) 43.92º 0.76% 0.79% -
XYZ 37.66 38.27 8.31 -
YUV 160.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 202 161 49 0 0.20 0.76 0.21 43.92 0.61 0.49
Hex CA A1 31 0 14 4C 15 2C 3D 31
Octal 312 241 61 0 24 114 25 54 75 61
Binary 11001010 10100001 110001 0 10100 1001100 10101 101100 111101 110001

Color Harmonies of #CAA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA131

Black with #CAA131

Text Example


Text Example

White with #CAA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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