Html Css Color HEX #C5AA11 Buddha Gold

📋 copy color: '#C5AA11'

red 197 ◦ green 170 ◦ blue 17

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

Shades of Buddha Gold #C5AA11

Tints of Buddha Gold #C5AA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 51.3%
G = 44.27%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5AA11 (or 0xC5AA11) is known color: Buddha Gold. HEX triplet: C5, AA and 11. RGB value is (197,170,17). Sum of RGB (Red+Green+Blue) = 197+170+17=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA11 is #3A55EE. Grayscale: #A1A1A1. Windows color (decimal): -3823087 or 1157829. OLE color: 1157829.

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

Color convert

RGB 197 170 17 -
CMYK 0 0.14 0.91 0.23
HSL 51º 0.84% 0.42% -
HSV(B) 51º 0.91% 0.77% -
XYZ 37.5 40.66 6.4 -
YUV 160.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 197 170 17 0 0.14 0.91 0.23 51 0.84 0.42
Hex C5 AA 11 0 E 5B 17 33 54 2A
Octal 305 252 21 0 16 133 27 63 124 52
Binary 11000101 10101010 10001 0 1110 1011011 10111 110011 1010100 101010

Color Harmonies of #C5AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA11

Black with #C5AA11

Text Example


Text Example

White with #C5AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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