Html Css Color HEX #CAA337 Metallic Gold

📋 copy color: '#CAA337'

red 202 ◦ green 163 ◦ blue 55

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

Shades of Metallic Gold #CAA337

Tints of Metallic Gold #CAA337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.1%

R = 48.1%
G = 38.81%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAA337 (or 0xCAA337) is known color: Metallic Gold. HEX triplet: CA, A3 and 37. RGB value is (202,163,55). Sum of RGB (Red+Green+Blue) = 202+163+55=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA337 is #355CC8. Grayscale: #A2A2A2. Windows color (decimal): -3497161 or 3646410. OLE color: 3646410.

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

Color convert

RGB 202 163 55 -
CMYK 0 0.19 0.73 0.21
HSL 44.08º 0.58% 0.5% -
HSV(B) 44.08º 0.73% 0.79% -
XYZ 38.14 39.03 9.14 -
YUV 162.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 202 163 55 0 0.19 0.73 0.21 44.08 0.58 0.5
Hex CA A3 37 0 13 49 15 2C 3A 32
Octal 312 243 67 0 23 111 25 54 72 62
Binary 11001010 10100011 110111 0 10011 1001001 10101 101100 111010 110010

Color Harmonies of #CAA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA337

Black with #CAA337

Text Example


Text Example

White with #CAA337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA337; }

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

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

background-color css

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

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

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

border-color css

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

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

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