Html Css Color HEX #CAA22F Metallic Gold

📋 copy color: '#CAA22F'

red 202 ◦ green 162 ◦ blue 47

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

Shades of Metallic Gold #CAA22F

Tints of Metallic Gold #CAA22F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

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

R = 49.15%
G = 39.42%
B = 11.44%

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

#CAA22F (or 0xCAA22F) is known color: Metallic Gold. HEX triplet: CA, A2 and 2F. RGB value is (202,162,47). Sum of RGB (Red+Green+Blue) = 202+162+47=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22F is #355DD0. Grayscale: #A1A1A1. Windows color (decimal): -3497425 or 3121866. OLE color: 3121866.

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

Color convert

RGB 202 162 47 -
CMYK 0 0.20 0.77 0.21
HSL 44.52º 0.62% 0.49% -
HSV(B) 44.52º 0.77% 0.79% -
XYZ 37.79 38.6 8.15 -
YUV 160.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 202 162 47 0 0.20 0.77 0.21 44.52 0.62 0.49
Hex CA A2 2F 0 14 4D 15 2D 3E 31
Octal 312 242 57 0 24 115 25 55 76 61
Binary 11001010 10100010 101111 0 10100 1001101 10101 101101 111110 110001

Color Harmonies of #CAA22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA22F

Black with #CAA22F

Text Example


Text Example

White with #CAA22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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