Html Css Color HEX #CAA431 Metallic Gold

📋 copy color: '#CAA431'

red 202 ◦ green 164 ◦ blue 49

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

Shades of Metallic Gold #CAA431

Tints of Metallic Gold #CAA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 48.67%
G = 39.52%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA431 (or 0xCAA431) is known color: Metallic Gold. HEX triplet: CA, A4 and 31. RGB value is (202,164,49). Sum of RGB (Red+Green+Blue) = 202+164+49=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA431 is #355BCE. Grayscale: #A2A2A2. Windows color (decimal): -3496911 or 3253450. OLE color: 3253450.

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

Color convert

RGB 202 164 49 -
CMYK 0 0.19 0.76 0.21
HSL 45.1º 0.61% 0.49% -
HSV(B) 45.1º 0.76% 0.79% -
XYZ 38.19 39.33 8.48 -
YUV 162.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 202 164 49 0 0.19 0.76 0.21 45.1 0.61 0.49
Hex CA A4 31 0 13 4C 15 2D 3D 31
Octal 312 244 61 0 23 114 25 55 75 61
Binary 11001010 10100100 110001 0 10011 1001100 10101 101101 111101 110001

Color Harmonies of #CAA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA431

Black with #CAA431

Text Example


Text Example

White with #CAA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA431; }

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

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

background-color css

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

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

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

border-color css

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

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

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