Html Css Color HEX #CAAA32 Metallic Gold

📋 copy color: '#CAAA32'

red 202 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #CAAA32

Tints of Metallic Gold #CAAA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

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

R = 47.87%
G = 40.28%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAAA32 (or 0xCAAA32) is known color: Metallic Gold. HEX triplet: CA, AA and 32. RGB value is (202,170,50). Sum of RGB (Red+Green+Blue) = 202+170+50=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA32 is #3555CD. Grayscale: #A6A6A6. Windows color (decimal): -3495374 or 3320522. OLE color: 3320522.

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

Color convert

RGB 202 170 50 -
CMYK 0 0.16 0.75 0.21
HSL 47.37º 0.6% 0.49% -
HSV(B) 47.37º 0.75% 0.79% -
XYZ 39.31 41.54 8.96 -
YUV 165.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 202 170 50 0 0.16 0.75 0.21 47.37 0.6 0.49
Hex CA AA 32 0 10 4B 15 2F 3C 31
Octal 312 252 62 0 20 113 25 57 74 61
Binary 11001010 10101010 110010 0 10000 1001011 10101 101111 111100 110001

Color Harmonies of #CAAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAA32

Black with #CAAA32

Text Example


Text Example

White with #CAAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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