Html Css Color HEX #C9B847 Old Gold

📋 copy color: '#C9B847'

red 201 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #C9B847

Tints of Old Gold #C9B847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

 BLUE value IS 71 (28.13% from 255) = 15.57%

R = 44.08%
G = 40.35%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9B847 (or 0xC9B847) is known color: Old Gold. HEX triplet: C9, B8 and 47. RGB value is (201,184,71). Sum of RGB (Red+Green+Blue) = 201+184+71=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B847 is #3647B8. Grayscale: #B0B0B0. Windows color (decimal): -3557305 or 4700361. OLE color: 4700361.

HSL color Cylindrical-coordinate representation of color #C9B847: hue angle of 52.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9B847 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 184 71 -
CMYK 0 0.08 0.65 0.21
HSL 52.15º 0.55% 0.53% -
HSV(B) 52.15º 0.65% 0.79% -
XYZ 42.37 47.15 12.83 -
YUV 176.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 201 184 71 0 0.08 0.65 0.21 52.15 0.55 0.53
Hex C9 B8 47 0 8 41 15 34 37 35
Octal 311 270 107 0 10 101 25 64 67 65
Binary 11001001 10111000 1000111 0 1000 1000001 10101 110100 110111 110101

Color Harmonies of #C9B847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B847

Black with #C9B847

Text Example


Text Example

White with #C9B847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B847; }

 p { color: rgb(201,184,71); }

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

background-color css

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

 a { background-color: rgb(201,184,71); }

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

border-color css

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

 span { border-color: rgb(201,184,71); }

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