Html Css Color HEX #C9AD39 Old Gold

📋 copy color: '#C9AD39'

red 201 ◦ green 173 ◦ blue 57

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

Shades of Old Gold #C9AD39

Tints of Old Gold #C9AD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.23%

R = 46.64%
G = 40.14%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9AD39 (or 0xC9AD39) is known color: Old Gold. HEX triplet: C9, AD and 39. RGB value is (201,173,57). Sum of RGB (Red+Green+Blue) = 201+173+57=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD39 is #3652C6. Grayscale: #A8A8A8. Windows color (decimal): -3560135 or 3780041. OLE color: 3780041.

HSL color Cylindrical-coordinate representation of color #C9AD39: hue angle of 48.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9AD39 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 57 -
CMYK 0 0.14 0.72 0.21
HSL 48.33º 0.57% 0.51% -
HSV(B) 48.33º 0.72% 0.79% -
XYZ 39.77 42.6 10 -
YUV 168.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 201 173 57 0 0.14 0.72 0.21 48.33 0.57 0.51
Hex C9 AD 39 0 E 48 15 30 39 33
Octal 311 255 71 0 16 110 25 60 71 63
Binary 11001001 10101101 111001 0 1110 1001000 10101 110000 111001 110011

Color Harmonies of #C9AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD39

Black with #C9AD39

Text Example


Text Example

White with #C9AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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