Html Css Color HEX #C9A536 Metallic Gold

📋 copy color: '#C9A536'

red 201 ◦ green 165 ◦ blue 54

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

Shades of Metallic Gold #C9A536

Tints of Metallic Gold #C9A536

RGB

 RED value IS 201 (78.91% from 255) = 47.86%

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 47.86%
G = 39.29%
B = 12.86%

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

#C9A536 (or 0xC9A536) is known color: Metallic Gold. HEX triplet: C9, A5 and 36. RGB value is (201,165,54). Sum of RGB (Red+Green+Blue) = 201+165+54=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A536 is #365AC9. Grayscale: #A3A3A3. Windows color (decimal): -3562186 or 3581385. OLE color: 3581385.

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

Color convert

RGB 201 165 54 -
CMYK 0 0.18 0.73 0.21
HSL 45.31º 0.58% 0.5% -
HSV(B) 45.31º 0.73% 0.79% -
XYZ 38.21 39.59 9.12 -
YUV 163.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 201 165 54 0 0.18 0.73 0.21 45.31 0.58 0.5
Hex C9 A5 36 0 12 49 15 2D 3A 32
Octal 311 245 66 0 22 111 25 55 72 62
Binary 11001001 10100101 110110 0 10010 1001001 10101 101101 111010 110010

Color Harmonies of #C9A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A536

Black with #C9A536

Text Example


Text Example

White with #C9A536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A536; }

 p { color: rgb(201,165,54); }

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

background-color css

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

 a { background-color: rgb(201,165,54); }

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

border-color css

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

 span { border-color: rgb(201,165,54); }

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