Html Css Color HEX #C9AD29 Metallic Gold

📋 copy color: '#C9AD29'

red 201 ◦ green 173 ◦ blue 41

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

Shades of Metallic Gold #C9AD29

Tints of Metallic Gold #C9AD29

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 48.43%
G = 41.69%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9AD29 (or 0xC9AD29) is known color: Metallic Gold. HEX triplet: C9, AD and 29. RGB value is (201,173,41). Sum of RGB (Red+Green+Blue) = 201+173+41=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD29 is #3652D6. Grayscale: #A6A6A6. Windows color (decimal): -3560151 or 2731465. OLE color: 2731465.

HSL color Cylindrical-coordinate representation of color #C9AD29: hue angle of 49.5º degrees, saturation: 0.66, 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 #C9AD29 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 41 -
CMYK 0 0.14 0.80 0.21
HSL 49.5º 0.66% 0.47% -
HSV(B) 49.5º 0.8% 0.79% -
XYZ 39.43 42.46 8.22 -
YUV 166.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 201 173 41 0 0.14 0.80 0.21 49.5 0.66 0.47
Hex C9 AD 29 0 E 50 15 32 42 2F
Octal 311 255 51 0 16 120 25 62 102 57
Binary 11001001 10101101 101001 0 1110 1010000 10101 110010 1000010 101111

Color Harmonies of #C9AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD29

Black with #C9AD29

Text Example


Text Example

White with #C9AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD29; }

 p { color: rgb(201,173,41); }

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

background-color css

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

 a { background-color: rgb(201,173,41); }

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

border-color css

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

 span { border-color: rgb(201,173,41); }

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