Html Css Color HEX #C9AC3F Old Gold

📋 copy color: '#C9AC3F'

red 201 ◦ green 172 ◦ blue 63

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

Shades of Old Gold #C9AC3F

Tints of Old Gold #C9AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 63 (25% from 255) = 14.45%

R = 46.1%
G = 39.45%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9AC3F (or 0xC9AC3F) is known color: Old Gold. HEX triplet: C9, AC and 3F. RGB value is (201,172,63). Sum of RGB (Red+Green+Blue) = 201+172+63=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC3F is #3653C0. Grayscale: #A8A8A8. Windows color (decimal): -3560385 or 4173001. OLE color: 4173001.

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

Color convert

RGB 201 172 63 -
CMYK 0 0.14 0.69 0.21
HSL 47.39º 0.56% 0.52% -
HSV(B) 47.39º 0.69% 0.79% -
XYZ 39.74 42.28 10.77 -
YUV 168.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 201 172 63 0 0.14 0.69 0.21 47.39 0.56 0.52
Hex C9 AC 3F 0 E 45 15 2F 38 34
Octal 311 254 77 0 16 105 25 57 70 64
Binary 11001001 10101100 111111 0 1110 1000101 10101 101111 111000 110100

Color Harmonies of #C9AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC3F

Black with #C9AC3F

Text Example


Text Example

White with #C9AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC3F; }

 p { color: rgb(201,172,63); }

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

background-color css

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

 a { background-color: rgb(201,172,63); }

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

border-color css

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

 span { border-color: rgb(201,172,63); }

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