Html Css Color HEX #C5A915 Buddha Gold

📋 copy color: '#C5A915'

red 197 ◦ green 169 ◦ blue 21

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

Shades of Buddha Gold #C5A915

Tints of Buddha Gold #C5A915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 50.9%
G = 43.67%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5A915 (or 0xC5A915) is known color: Buddha Gold. HEX triplet: C5, A9 and 15. RGB value is (197,169,21). Sum of RGB (Red+Green+Blue) = 197+169+21=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A915 is #3A56EA. Grayscale: #A1A1A1. Windows color (decimal): -3823339 or 1419717. OLE color: 1419717.

HSL color Cylindrical-coordinate representation of color #C5A915: hue angle of 50.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A915 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 169 21 -
CMYK 0 0.14 0.89 0.23
HSL 50.45º 0.81% 0.43% -
HSV(B) 50.45º 0.89% 0.77% -
XYZ 37.35 40.3 6.52 -
YUV 160.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 197 169 21 0 0.14 0.89 0.23 50.45 0.81 0.43
Hex C5 A9 15 0 E 59 17 32 51 2B
Octal 305 251 25 0 16 131 27 62 121 53
Binary 11000101 10101001 10101 0 1110 1011001 10111 110010 1010001 101011

Color Harmonies of #C5A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A915

Black with #C5A915

Text Example


Text Example

White with #C5A915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A915; }

 p { color: rgb(197,169,21); }

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

background-color css

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

 a { background-color: rgb(197,169,21); }

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

border-color css

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

 span { border-color: rgb(197,169,21); }

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