Html Css Color HEX #CAA437 Metallic Gold

📋 copy color: '#CAA437'

red 202 ◦ green 164 ◦ blue 55

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

Shades of Metallic Gold #CAA437

Tints of Metallic Gold #CAA437

RGB

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

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

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

R = 47.98%
G = 38.95%
B = 13.06%

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

#CAA437 (or 0xCAA437) is known color: Metallic Gold. HEX triplet: CA, A4 and 37. RGB value is (202,164,55). Sum of RGB (Red+Green+Blue) = 202+164+55=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA437 is #355BC8. Grayscale: #A3A3A3. Windows color (decimal): -3496905 or 3646666. OLE color: 3646666.

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

Color convert

RGB 202 164 55 -
CMYK 0 0.19 0.73 0.21
HSL 44.49º 0.58% 0.5% -
HSV(B) 44.49º 0.73% 0.79% -
XYZ 38.32 39.38 9.2 -
YUV 162.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 202 164 55 0 0.19 0.73 0.21 44.49 0.58 0.5
Hex CA A4 37 0 13 49 15 2C 3A 32
Octal 312 244 67 0 23 111 25 54 72 62
Binary 11001010 10100100 110111 0 10011 1001001 10101 101100 111010 110010

Color Harmonies of #CAA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA437

Black with #CAA437

Text Example


Text Example

White with #CAA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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