Html Css Color HEX #C5A310 Buddha Gold

📋 copy color: '#C5A310'

red 197 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #C5A310

Tints of Buddha Gold #C5A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 52.39%
G = 43.35%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5A310 (or 0xC5A310) is known color: Buddha Gold. HEX triplet: C5, A3 and 10. RGB value is (197,163,16). Sum of RGB (Red+Green+Blue) = 197+163+16=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A310 is #3A5CEF. Grayscale: #9D9D9D. Windows color (decimal): -3824880 or 1090501. OLE color: 1090501.

HSL color Cylindrical-coordinate representation of color #C5A310: hue angle of 48.73º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5A310 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 16 -
CMYK 0 0.17 0.92 0.23
HSL 48.73º 0.85% 0.42% -
HSV(B) 48.73º 0.92% 0.77% -
XYZ 36.22 38.1 5.94 -
YUV 156.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 197 163 16 0 0.17 0.92 0.23 48.73 0.85 0.42
Hex C5 A3 10 0 11 5C 17 31 55 2A
Octal 305 243 20 0 21 134 27 61 125 52
Binary 11000101 10100011 10000 0 10001 1011100 10111 110001 1010101 101010

Color Harmonies of #C5A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A310

Black with #C5A310

Text Example


Text Example

White with #C5A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A310; }

 p { color: rgb(197,163,16); }

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

background-color css

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

 a { background-color: rgb(197,163,16); }

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

border-color css

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

 span { border-color: rgb(197,163,16); }

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