Html Css Color HEX #C9A538 Metallic Gold

📋 copy color: '#C9A538'

red 201 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #C9A538

Tints of Metallic Gold #C9A538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 47.63%
G = 39.1%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9A538 (or 0xC9A538) is known color: Metallic Gold. HEX triplet: C9, A5 and 38. RGB value is (201,165,56). Sum of RGB (Red+Green+Blue) = 201+165+56=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A538 is #365AC7. Grayscale: #A3A3A3. Windows color (decimal): -3562184 or 3712457. OLE color: 3712457.

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

Color convert

RGB 201 165 56 -
CMYK 0 0.18 0.72 0.21
HSL 45.1º 0.57% 0.5% -
HSV(B) 45.1º 0.72% 0.79% -
XYZ 38.26 39.61 9.37 -
YUV 163.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 201 165 56 0 0.18 0.72 0.21 45.1 0.57 0.5
Hex C9 A5 38 0 12 48 15 2D 39 32
Octal 311 245 70 0 22 110 25 55 71 62
Binary 11001001 10100101 111000 0 10010 1001000 10101 101101 111001 110010

Color Harmonies of #C9A538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A538

Black with #C9A538

Text Example


Text Example

White with #C9A538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A538; }

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

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

background-color css

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

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

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

border-color css

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

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

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