Html Css Color HEX #C9AF28 Metallic Gold

📋 copy color: '#C9AF28'

red 201 ◦ green 175 ◦ blue 40

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

Shades of Metallic Gold #C9AF28

Tints of Metallic Gold #C9AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 48.32%
G = 42.07%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9AF28 (or 0xC9AF28) is known color: Metallic Gold. HEX triplet: C9, AF and 28. RGB value is (201,175,40). Sum of RGB (Red+Green+Blue) = 201+175+40=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF28 is #3650D7. Grayscale: #A7A7A7. Windows color (decimal): -3559640 or 2666441. OLE color: 2666441.

HSL color Cylindrical-coordinate representation of color #C9AF28: hue angle of 50.31º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AF28 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 40 -
CMYK 0 0.13 0.80 0.21
HSL 50.31º 0.67% 0.47% -
HSV(B) 50.31º 0.8% 0.79% -
XYZ 39.8 43.23 8.25 -
YUV 167.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 201 175 40 0 0.13 0.80 0.21 50.31 0.67 0.47
Hex C9 AF 28 0 D 50 15 32 43 2F
Octal 311 257 50 0 15 120 25 62 103 57
Binary 11001001 10101111 101000 0 1101 1010000 10101 110010 1000011 101111

Color Harmonies of #C9AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF28

Black with #C9AF28

Text Example


Text Example

White with #C9AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF28; }

 p { color: rgb(201,175,40); }

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

background-color css

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

 a { background-color: rgb(201,175,40); }

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

border-color css

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

 span { border-color: rgb(201,175,40); }

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