Html Css Color HEX #C9BA31 Old Gold

📋 copy color: '#C9BA31'

red 201 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C9BA31

Tints of Old Gold #C9BA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 46.1%
G = 42.66%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C9BA31 (or 0xC9BA31) is known color: Old Gold. HEX triplet: C9, BA and 31. RGB value is (201,186,49). Sum of RGB (Red+Green+Blue) = 201+186+49=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA31 is #3645CE. Grayscale: #AFAFAF. Windows color (decimal): -3556815 or 3259081. OLE color: 3259081.

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

Color convert

RGB 201 186 49 -
CMYK 0 0.07 0.76 0.21
HSL 54.08º 0.61% 0.49% -
HSV(B) 54.08º 0.76% 0.79% -
XYZ 42.2 47.76 9.9 -
YUV 174.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 201 186 49 0 0.07 0.76 0.21 54.08 0.61 0.49
Hex C9 BA 31 0 7 4C 15 36 3D 31
Octal 311 272 61 0 7 114 25 66 75 61
Binary 11001001 10111010 110001 0 111 1001100 10101 110110 111101 110001

Color Harmonies of #C9BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA31

Black with #C9BA31

Text Example


Text Example

White with #C9BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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