Html Css Color HEX #C5AA13 Buddha Gold

📋 copy color: '#C5AA13'

red 197 ◦ green 170 ◦ blue 19

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

Shades of Buddha Gold #C5AA13

Tints of Buddha Gold #C5AA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 51.04%
G = 44.04%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5AA13 (or 0xC5AA13) is known color: Buddha Gold. HEX triplet: C5, AA and 13. RGB value is (197,170,19). Sum of RGB (Red+Green+Blue) = 197+170+19=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA13 is #3A55EC. Grayscale: #A1A1A1. Windows color (decimal): -3823085 or 1288901. OLE color: 1288901.

HSL color Cylindrical-coordinate representation of color #C5AA13: hue angle of 50.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5AA13 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 19 -
CMYK 0 0.14 0.90 0.23
HSL 50.9º 0.82% 0.42% -
HSV(B) 50.9º 0.9% 0.77% -
XYZ 37.52 40.67 6.49 -
YUV 160.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 197 170 19 0 0.14 0.90 0.23 50.9 0.82 0.42
Hex C5 AA 13 0 E 5A 17 33 52 2A
Octal 305 252 23 0 16 132 27 63 122 52
Binary 11000101 10101010 10011 0 1110 1011010 10111 110011 1010010 101010

Color Harmonies of #C5AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA13

Black with #C5AA13

Text Example


Text Example

White with #C5AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA13; }

 p { color: rgb(197,170,19); }

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

background-color css

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

 a { background-color: rgb(197,170,19); }

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

border-color css

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

 span { border-color: rgb(197,170,19); }

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