Html Css Color HEX #C9B939 Old Gold

📋 copy color: '#C9B939'

red 201 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #C9B939

Tints of Old Gold #C9B939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

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

R = 45.37%
G = 41.76%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9B939 (or 0xC9B939) is known color: Old Gold. HEX triplet: C9, B9 and 39. RGB value is (201,185,57). Sum of RGB (Red+Green+Blue) = 201+185+57=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B939 is #3646C6. Grayscale: #AFAFAF. Windows color (decimal): -3557063 or 3783113. OLE color: 3783113.

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

Color convert

RGB 201 185 57 -
CMYK 0 0.08 0.72 0.21
HSL 53.33º 0.57% 0.51% -
HSV(B) 53.33º 0.72% 0.79% -
XYZ 42.17 47.41 10.8 -
YUV 175.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 201 185 57 0 0.08 0.72 0.21 53.33 0.57 0.51
Hex C9 B9 39 0 8 48 15 35 39 33
Octal 311 271 71 0 10 110 25 65 71 63
Binary 11001001 10111001 111001 0 1000 1001000 10101 110101 111001 110011

Color Harmonies of #C9B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B939

Black with #C9B939

Text Example


Text Example

White with #C9B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B939; }

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

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

background-color css

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

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

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

border-color css

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

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

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