Html Css Color HEX #C5A811 Buddha Gold

📋 copy color: '#C5A811'

red 197 ◦ green 168 ◦ blue 17

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

Shades of Buddha Gold #C5A811

Tints of Buddha Gold #C5A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

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

R = 51.57%
G = 43.98%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5A811 (or 0xC5A811) is known color: Buddha Gold. HEX triplet: C5, A8 and 11. RGB value is (197,168,17). Sum of RGB (Red+Green+Blue) = 197+168+17=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A811 is #3A57EE. Grayscale: #A0A0A0. Windows color (decimal): -3823599 or 1157317. OLE color: 1157317.

HSL color Cylindrical-coordinate representation of color #C5A811: hue angle of 50.33º 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 #C5A811 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 17 -
CMYK 0 0.15 0.91 0.23
HSL 50.33º 0.84% 0.42% -
HSV(B) 50.33º 0.91% 0.77% -
XYZ 37.13 39.92 6.28 -
YUV 159.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 197 168 17 0 0.15 0.91 0.23 50.33 0.84 0.42
Hex C5 A8 11 0 F 5B 17 32 54 2A
Octal 305 250 21 0 17 133 27 62 124 52
Binary 11000101 10101000 10001 0 1111 1011011 10111 110010 1010100 101010

Color Harmonies of #C5A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A811

Black with #C5A811

Text Example


Text Example

White with #C5A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A811; }

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

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

background-color css

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

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

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

border-color css

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

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

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