Html Css Color HEX #C5B93F Old Gold

📋 copy color: '#C5B93F'

red 197 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #C5B93F

Tints of Old Gold #C5B93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.16%

R = 44.27%
G = 41.57%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5B93F (or 0xC5B93F) is known color: Old Gold. HEX triplet: C5, B9 and 3F. RGB value is (197,185,63). Sum of RGB (Red+Green+Blue) = 197+185+63=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B93F is #3A46C0. Grayscale: #AFAFAF. Windows color (decimal): -3819201 or 4176325. OLE color: 4176325.

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

Color convert

RGB 197 185 63 -
CMYK 0 0.06 0.68 0.23
HSL 54.63º 0.54% 0.51% -
HSV(B) 54.63º 0.68% 0.77% -
XYZ 41.27 46.93 11.59 -
YUV 174.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 197 185 63 0 0.06 0.68 0.23 54.63 0.54 0.51
Hex C5 B9 3F 0 6 44 17 37 36 33
Octal 305 271 77 0 6 104 27 67 66 63
Binary 11000101 10111001 111111 0 110 1000100 10111 110111 110110 110011

Color Harmonies of #C5B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B93F

Black with #C5B93F

Text Example


Text Example

White with #C5B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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