Html Css Color HEX #CAA232 Metallic Gold

📋 copy color: '#CAA232'

red 202 ◦ green 162 ◦ blue 50

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

Shades of Metallic Gold #CAA232

Tints of Metallic Gold #CAA232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 48.79%
G = 39.13%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAA232 (or 0xCAA232) is known color: Metallic Gold. HEX triplet: CA, A2 and 32. RGB value is (202,162,50). Sum of RGB (Red+Green+Blue) = 202+162+50=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA232 is #355DCD. Grayscale: #A1A1A1. Windows color (decimal): -3497422 or 3318474. OLE color: 3318474.

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

Color convert

RGB 202 162 50 -
CMYK 0 0.20 0.75 0.21
HSL 44.21º 0.6% 0.49% -
HSV(B) 44.21º 0.75% 0.79% -
XYZ 37.85 38.63 8.48 -
YUV 161.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 202 162 50 0 0.20 0.75 0.21 44.21 0.6 0.49
Hex CA A2 32 0 14 4B 15 2C 3C 31
Octal 312 242 62 0 24 113 25 54 74 61
Binary 11001010 10100010 110010 0 10100 1001011 10101 101100 111100 110001

Color Harmonies of #CAA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA232

Black with #CAA232

Text Example


Text Example

White with #CAA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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