Html Css Color HEX #C9A735 Metallic Gold

📋 copy color: '#C9A735'

red 201 ◦ green 167 ◦ blue 53

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

Shades of Metallic Gold #C9A735

Tints of Metallic Gold #C9A735

RGB

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

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

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

R = 47.74%
G = 39.67%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C9A735 (or 0xC9A735) is known color: Metallic Gold. HEX triplet: C9, A7 and 35. RGB value is (201,167,53). Sum of RGB (Red+Green+Blue) = 201+167+53=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A735 is #3658CA. Grayscale: #A4A4A4. Windows color (decimal): -3561675 or 3516361. OLE color: 3516361.

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

Color convert

RGB 201 167 53 -
CMYK 0 0.17 0.74 0.21
HSL 46.22º 0.58% 0.5% -
HSV(B) 46.22º 0.74% 0.79% -
XYZ 38.55 40.31 9.12 -
YUV 164.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 201 167 53 0 0.17 0.74 0.21 46.22 0.58 0.5
Hex C9 A7 35 0 11 4A 15 2E 3A 32
Octal 311 247 65 0 21 112 25 56 72 62
Binary 11001001 10100111 110101 0 10001 1001010 10101 101110 111010 110010

Color Harmonies of #C9A735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A735

Black with #C9A735

Text Example


Text Example

White with #C9A735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A735; }

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

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

background-color css

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

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

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

border-color css

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

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

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