Html Css Color HEX #CAA636 Metallic Gold

📋 copy color: '#CAA636'

red 202 ◦ green 166 ◦ blue 54

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

Shades of Metallic Gold #CAA636

Tints of Metallic Gold #CAA636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 47.87%
G = 39.34%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAA636 (or 0xCAA636) is known color: Metallic Gold. HEX triplet: CA, A6 and 36. RGB value is (202,166,54). Sum of RGB (Red+Green+Blue) = 202+166+54=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA636 is #3559C9. Grayscale: #A4A4A4. Windows color (decimal): -3496394 or 3581642. OLE color: 3581642.

HSL color Cylindrical-coordinate representation of color #CAA636: hue angle of 45.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAA636 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 54 -
CMYK 0 0.18 0.73 0.21
HSL 45.41º 0.58% 0.5% -
HSV(B) 45.41º 0.73% 0.79% -
XYZ 38.66 40.1 9.19 -
YUV 164 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 202 166 54 0 0.18 0.73 0.21 45.41 0.58 0.5
Hex CA A6 36 0 12 49 15 2D 3A 32
Octal 312 246 66 0 22 111 25 55 72 62
Binary 11001010 10100110 110110 0 10010 1001001 10101 101101 111010 110010

Color Harmonies of #CAA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA636

Black with #CAA636

Text Example


Text Example

White with #CAA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA636; }

 p { color: rgb(202,166,54); }

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

background-color css

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

 a { background-color: rgb(202,166,54); }

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

border-color css

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

 span { border-color: rgb(202,166,54); }

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