Html Css Color HEX #C9A338 Metallic Gold

📋 copy color: '#C9A338'

red 201 ◦ green 163 ◦ blue 56

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

Shades of Metallic Gold #C9A338

Tints of Metallic Gold #C9A338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

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

R = 47.86%
G = 38.81%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9A338 (or 0xC9A338) is known color: Metallic Gold. HEX triplet: C9, A3 and 38. RGB value is (201,163,56). Sum of RGB (Red+Green+Blue) = 201+163+56=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A338 is #365CC7. Grayscale: #A2A2A2. Windows color (decimal): -3562696 or 3711945. OLE color: 3711945.

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

Color convert

RGB 201 163 56 -
CMYK 0 0.19 0.72 0.21
HSL 44.28º 0.57% 0.5% -
HSV(B) 44.28º 0.72% 0.79% -
XYZ 37.9 38.9 9.25 -
YUV 162.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 201 163 56 0 0.19 0.72 0.21 44.28 0.57 0.5
Hex C9 A3 38 0 13 48 15 2C 39 32
Octal 311 243 70 0 23 110 25 54 71 62
Binary 11001001 10100011 111000 0 10011 1001000 10101 101100 111001 110010

Color Harmonies of #C9A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A338

Black with #C9A338

Text Example


Text Example

White with #C9A338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A338; }

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

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

background-color css

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

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

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

border-color css

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

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

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