Html Css Color HEX #C9A835 Metallic Gold

📋 copy color: '#C9A835'

red 201 ◦ green 168 ◦ blue 53

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

Shades of Metallic Gold #C9A835

Tints of Metallic Gold #C9A835

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 47.63%
G = 39.81%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C9A835 (or 0xC9A835) is known color: Metallic Gold. HEX triplet: C9, A8 and 35. RGB value is (201,168,53). Sum of RGB (Red+Green+Blue) = 201+168+53=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A835 is #3657CA. Grayscale: #A5A5A5. Windows color (decimal): -3561419 or 3516617. OLE color: 3516617.

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

Color convert

RGB 201 168 53 -
CMYK 0 0.16 0.74 0.21
HSL 46.62º 0.58% 0.5% -
HSV(B) 46.62º 0.74% 0.79% -
XYZ 38.73 40.68 9.18 -
YUV 164.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 201 168 53 0 0.16 0.74 0.21 46.62 0.58 0.5
Hex C9 A8 35 0 10 4A 15 2F 3A 32
Octal 311 250 65 0 20 112 25 57 72 62
Binary 11001001 10101000 110101 0 10000 1001010 10101 101111 111010 110010

Color Harmonies of #C9A835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A835

Black with #C9A835

Text Example


Text Example

White with #C9A835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A835; }

 p { color: rgb(201,168,53); }

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

background-color css

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

 a { background-color: rgb(201,168,53); }

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

border-color css

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

 span { border-color: rgb(201,168,53); }

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