Html Css Color HEX #CAA32F Metallic Gold

📋 copy color: '#CAA32F'

red 202 ◦ green 163 ◦ blue 47

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

Shades of Metallic Gold #CAA32F

Tints of Metallic Gold #CAA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 49.03%
G = 39.56%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAA32F (or 0xCAA32F) is known color: Metallic Gold. HEX triplet: CA, A3 and 2F. RGB value is (202,163,47). Sum of RGB (Red+Green+Blue) = 202+163+47=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA32F is #355CD0. Grayscale: #A1A1A1. Windows color (decimal): -3497169 or 3122122. OLE color: 3122122.

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

Color convert

RGB 202 163 47 -
CMYK 0 0.19 0.77 0.21
HSL 44.9º 0.62% 0.49% -
HSV(B) 44.9º 0.77% 0.79% -
XYZ 37.97 38.96 8.21 -
YUV 161.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 202 163 47 0 0.19 0.77 0.21 44.9 0.62 0.49
Hex CA A3 2F 0 13 4D 15 2D 3E 31
Octal 312 243 57 0 23 115 25 55 76 61
Binary 11001010 10100011 101111 0 10011 1001101 10101 101101 111110 110001

Color Harmonies of #CAA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA32F

Black with #CAA32F

Text Example


Text Example

White with #CAA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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