Html Css Color HEX #C5B947 Old Gold

📋 copy color: '#C5B947'

red 197 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #C5B947

Tints of Old Gold #C5B947

RGB

 RED value IS 197 (77.34% from 255) = 43.49%

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

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

R = 43.49%
G = 40.84%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5B947 (or 0xC5B947) is known color: Old Gold. HEX triplet: C5, B9 and 47. RGB value is (197,185,71). Sum of RGB (Red+Green+Blue) = 197+185+71=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B947 is #3A46B8. Grayscale: #B0B0B0. Windows color (decimal): -3819193 or 4700613. OLE color: 4700613.

HSL color Cylindrical-coordinate representation of color #C5B947: hue angle of 54.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5B947 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 71 -
CMYK 0 0.06 0.64 0.23
HSL 54.29º 0.52% 0.53% -
HSV(B) 54.29º 0.64% 0.77% -
XYZ 41.51 47.02 12.85 -
YUV 175.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 197 185 71 0 0.06 0.64 0.23 54.29 0.52 0.53
Hex C5 B9 47 0 6 40 17 36 34 35
Octal 305 271 107 0 6 100 27 66 64 65
Binary 11000101 10111001 1000111 0 110 1000000 10111 110110 110100 110101

Color Harmonies of #C5B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B947

Black with #C5B947

Text Example


Text Example

White with #C5B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B947; }

 p { color: rgb(197,185,71); }

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

background-color css

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

 a { background-color: rgb(197,185,71); }

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

border-color css

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

 span { border-color: rgb(197,185,71); }

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