Html Css Color HEX #C9AF39 Old Gold

📋 copy color: '#C9AF39'

red 201 ◦ green 175 ◦ blue 57

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

Shades of Old Gold #C9AF39

Tints of Old Gold #C9AF39

RGB

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

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

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

R = 46.42%
G = 40.42%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9AF39 (or 0xC9AF39) is known color: Old Gold. HEX triplet: C9, AF and 39. RGB value is (201,175,57). Sum of RGB (Red+Green+Blue) = 201+175+57=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF39 is #3650C6. Grayscale: #A9A9A9. Windows color (decimal): -3559623 or 3780553. OLE color: 3780553.

HSL color Cylindrical-coordinate representation of color #C9AF39: hue angle of 49.17º 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 #C9AF39 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 57 -
CMYK 0 0.13 0.72 0.21
HSL 49.17º 0.57% 0.51% -
HSV(B) 49.17º 0.72% 0.79% -
XYZ 40.16 43.37 10.13 -
YUV 169.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 201 175 57 0 0.13 0.72 0.21 49.17 0.57 0.51
Hex C9 AF 39 0 D 48 15 31 39 33
Octal 311 257 71 0 15 110 25 61 71 63
Binary 11001001 10101111 111001 0 1101 1001000 10101 110001 111001 110011

Color Harmonies of #C9AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF39

Black with #C9AF39

Text Example


Text Example

White with #C9AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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