Html Css Color HEX #C9AD3E Old Gold

📋 copy color: '#C9AD3E'

red 201 ◦ green 173 ◦ blue 62

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

Shades of Old Gold #C9AD3E

Tints of Old Gold #C9AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.22%

R = 46.1%
G = 39.68%
B = 14.22%

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

#C9AD3E (or 0xC9AD3E) is known color: Old Gold. HEX triplet: C9, AD and 3E. RGB value is (201,173,62). Sum of RGB (Red+Green+Blue) = 201+173+62=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD3E is #3652C1. Grayscale: #A9A9A9. Windows color (decimal): -3560130 or 4107721. OLE color: 4107721.

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

Color convert

RGB 201 173 62 -
CMYK 0 0.14 0.69 0.21
HSL 47.91º 0.56% 0.52% -
HSV(B) 47.91º 0.69% 0.79% -
XYZ 39.9 42.65 10.69 -
YUV 168.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 201 173 62 0 0.14 0.69 0.21 47.91 0.56 0.52
Hex C9 AD 3E 0 E 45 15 30 38 34
Octal 311 255 76 0 16 105 25 60 70 64
Binary 11001001 10101101 111110 0 1110 1000101 10101 110000 111000 110100

Color Harmonies of #C9AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD3E

Black with #C9AD3E

Text Example


Text Example

White with #C9AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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