Html Css Color HEX #CAA031 Metallic Gold

📋 copy color: '#CAA031'

red 202 ◦ green 160 ◦ blue 49

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

Shades of Metallic Gold #CAA031

Tints of Metallic Gold #CAA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

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

R = 49.15%
G = 38.93%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA031 (or 0xCAA031) is known color: Metallic Gold. HEX triplet: CA, A0 and 31. RGB value is (202,160,49). Sum of RGB (Red+Green+Blue) = 202+160+49=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA031 is #355FCE. Grayscale: #A0A0A0. Windows color (decimal): -3497935 or 3252426. OLE color: 3252426.

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

Color convert

RGB 202 160 49 -
CMYK 0 0.21 0.76 0.21
HSL 43.53º 0.61% 0.49% -
HSV(B) 43.53º 0.76% 0.79% -
XYZ 37.48 37.92 8.25 -
YUV 159.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 202 160 49 0 0.21 0.76 0.21 43.53 0.61 0.49
Hex CA A0 31 0 15 4C 15 2C 3D 31
Octal 312 240 61 0 25 114 25 54 75 61
Binary 11001010 10100000 110001 0 10101 1001100 10101 101100 111101 110001

Color Harmonies of #CAA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA031

Black with #CAA031

Text Example


Text Example

White with #CAA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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