Html Css Color HEX #C9A830 Metallic Gold

📋 copy color: '#C9A830'

red 201 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #C9A830

Tints of Metallic Gold #C9A830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 48.2%
G = 40.29%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C9A830 (or 0xC9A830) is known color: Metallic Gold. HEX triplet: C9, A8 and 30. RGB value is (201,168,48). Sum of RGB (Red+Green+Blue) = 201+168+48=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A830 is #3657CF. Grayscale: #A4A4A4. Windows color (decimal): -3561424 or 3188937. OLE color: 3188937.

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

Color convert

RGB 201 168 48 -
CMYK 0 0.16 0.76 0.21
HSL 47.06º 0.61% 0.49% -
HSV(B) 47.06º 0.76% 0.79% -
XYZ 38.62 40.64 8.6 -
YUV 164.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 201 168 48 0 0.16 0.76 0.21 47.06 0.61 0.49
Hex C9 A8 30 0 10 4C 15 2F 3D 31
Octal 311 250 60 0 20 114 25 57 75 61
Binary 11001001 10101000 110000 0 10000 1001100 10101 101111 111101 110001

Color Harmonies of #C9A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A830

Black with #C9A830

Text Example


Text Example

White with #C9A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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