Html Css Color HEX #C9B337 Old Gold

📋 copy color: '#C9B337'

red 201 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #C9B337

Tints of Old Gold #C9B337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

 BLUE value IS 55 (21.88% from 255) = 12.64%

R = 46.21%
G = 41.15%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9B337 (or 0xC9B337) is known color: Old Gold. HEX triplet: C9, B3 and 37. RGB value is (201,179,55). Sum of RGB (Red+Green+Blue) = 201+179+55=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B337 is #364CC8. Grayscale: #ABABAB. Windows color (decimal): -3558601 or 3650505. OLE color: 3650505.

HSL color Cylindrical-coordinate representation of color #C9B337: hue angle of 50.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9B337 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 55 -
CMYK 0 0.11 0.73 0.21
HSL 50.96º 0.57% 0.5% -
HSV(B) 50.96º 0.73% 0.79% -
XYZ 40.9 44.93 10.13 -
YUV 171.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 201 179 55 0 0.11 0.73 0.21 50.96 0.57 0.5
Hex C9 B3 37 0 B 49 15 33 39 32
Octal 311 263 67 0 13 111 25 63 71 62
Binary 11001001 10110011 110111 0 1011 1001001 10101 110011 111001 110010

Color Harmonies of #C9B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B337

Black with #C9B337

Text Example


Text Example

White with #C9B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B337; }

 p { color: rgb(201,179,55); }

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

background-color css

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

 a { background-color: rgb(201,179,55); }

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

border-color css

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

 span { border-color: rgb(201,179,55); }

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