Html Css Color HEX #CAA737 Metallic Gold

📋 copy color: '#CAA737'

red 202 ◦ green 167 ◦ blue 55

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

Shades of Metallic Gold #CAA737

Tints of Metallic Gold #CAA737

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.39%

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

R = 47.64%
G = 39.39%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAA737 (or 0xCAA737) is known color: Metallic Gold. HEX triplet: CA, A7 and 37. RGB value is (202,167,55). Sum of RGB (Red+Green+Blue) = 202+167+55=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA737 is #3558C8. Grayscale: #A5A5A5. Windows color (decimal): -3496137 or 3647434. OLE color: 3647434.

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

Color convert

RGB 202 167 55 -
CMYK 0 0.17 0.73 0.21
HSL 45.71º 0.58% 0.5% -
HSV(B) 45.71º 0.73% 0.79% -
XYZ 38.87 40.47 9.38 -
YUV 164.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 202 167 55 0 0.17 0.73 0.21 45.71 0.58 0.5
Hex CA A7 37 0 11 49 15 2E 3A 32
Octal 312 247 67 0 21 111 25 56 72 62
Binary 11001010 10100111 110111 0 10001 1001001 10101 101110 111010 110010

Color Harmonies of #CAA737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA737

Black with #CAA737

Text Example


Text Example

White with #CAA737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA737; }

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

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

background-color css

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

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

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

border-color css

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

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

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