Html Css Color HEX #C9A93D Metallic Gold

📋 copy color: '#C9A93D'

red 201 ◦ green 169 ◦ blue 61

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

Shades of Metallic Gold #C9A93D

Tints of Metallic Gold #C9A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 46.64%
G = 39.21%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9A93D (or 0xC9A93D) is known color: Metallic Gold. HEX triplet: C9, A9 and 3D. RGB value is (201,169,61). Sum of RGB (Red+Green+Blue) = 201+169+61=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A93D is #3656C2. Grayscale: #A6A6A6. Windows color (decimal): -3561155 or 4041161. OLE color: 4041161.

HSL color Cylindrical-coordinate representation of color #C9A93D: hue angle of 46.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A93D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 61 -
CMYK 0 0.16 0.70 0.21
HSL 46.29º 0.56% 0.51% -
HSV(B) 46.29º 0.7% 0.79% -
XYZ 39.12 41.13 10.29 -
YUV 166.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 201 169 61 0 0.16 0.70 0.21 46.29 0.56 0.51
Hex C9 A9 3D 0 10 46 15 2E 38 33
Octal 311 251 75 0 20 106 25 56 70 63
Binary 11001001 10101001 111101 0 10000 1000110 10101 101110 111000 110011

Color Harmonies of #C9A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A93D

Black with #C9A93D

Text Example


Text Example

White with #C9A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A93D; }

 p { color: rgb(201,169,61); }

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

background-color css

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

 a { background-color: rgb(201,169,61); }

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

border-color css

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

 span { border-color: rgb(201,169,61); }

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