Html Css Color HEX #C9BD47 Old Gold

📋 copy color: '#C9BD47'

red 201 ◦ green 189 ◦ blue 71

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

Shades of Old Gold #C9BD47

Tints of Old Gold #C9BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

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

R = 43.6%
G = 41%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9BD47 (or 0xC9BD47) is known color: Old Gold. HEX triplet: C9, BD and 47. RGB value is (201,189,71). Sum of RGB (Red+Green+Blue) = 201+189+71=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD47 is #3642B8. Grayscale: #B3B3B3. Windows color (decimal): -3556025 or 4701641. OLE color: 4701641.

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

Color convert

RGB 201 189 71 -
CMYK 0 0.06 0.65 0.21
HSL 54.46º 0.55% 0.53% -
HSV(B) 54.46º 0.65% 0.79% -
XYZ 43.42 49.27 13.18 -
YUV 179.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 201 189 71 0 0.06 0.65 0.21 54.46 0.55 0.53
Hex C9 BD 47 0 6 41 15 36 37 35
Octal 311 275 107 0 6 101 25 66 67 65
Binary 11001001 10111101 1000111 0 110 1000001 10101 110110 110111 110101

Color Harmonies of #C9BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD47

Black with #C9BD47

Text Example


Text Example

White with #C9BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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