Html Css Color HEX #C9BA2F Old Gold

📋 copy color: '#C9BA2F'

red 201 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #C9BA2F

Tints of Old Gold #C9BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 46.31%
G = 42.86%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9BA2F (or 0xC9BA2F) is known color: Old Gold. HEX triplet: C9, BA and 2F. RGB value is (201,186,47). Sum of RGB (Red+Green+Blue) = 201+186+47=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA2F is #3645D0. Grayscale: #AFAFAF. Windows color (decimal): -3556817 or 3128009. OLE color: 3128009.

HSL color Cylindrical-coordinate representation of color #C9BA2F: hue angle of 54.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9BA2F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 47 -
CMYK 0 0.07 0.77 0.21
HSL 54.16º 0.62% 0.49% -
HSV(B) 54.16º 0.77% 0.79% -
XYZ 42.16 47.74 9.68 -
YUV 174.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 201 186 47 0 0.07 0.77 0.21 54.16 0.62 0.49
Hex C9 BA 2F 0 7 4D 15 36 3E 31
Octal 311 272 57 0 7 115 25 66 76 61
Binary 11001001 10111010 101111 0 111 1001101 10101 110110 111110 110001

Color Harmonies of #C9BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA2F

Black with #C9BA2F

Text Example


Text Example

White with #C9BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA2F; }

 p { color: rgb(201,186,47); }

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

background-color css

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

 a { background-color: rgb(201,186,47); }

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

border-color css

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

 span { border-color: rgb(201,186,47); }

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