Html Css Color HEX #C5A211 Buddha Gold

📋 copy color: '#C5A211'

red 197 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #C5A211

Tints of Buddha Gold #C5A211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 52.39%
G = 43.09%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5A211 (or 0xC5A211) is known color: Buddha Gold. HEX triplet: C5, A2 and 11. RGB value is (197,162,17). Sum of RGB (Red+Green+Blue) = 197+162+17=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A211 is #3A5DEE. Grayscale: #9C9C9C. Windows color (decimal): -3825135 or 1155781. OLE color: 1155781.

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

Color convert

RGB 197 162 17 -
CMYK 0 0.18 0.91 0.23
HSL 48.33º 0.84% 0.42% -
HSV(B) 48.33º 0.91% 0.77% -
XYZ 36.05 37.75 5.92 -
YUV 155.94 49.6 157.29 -
System Red Green Blue C M Y K H S L
Decimal 197 162 17 0 0.18 0.91 0.23 48.33 0.84 0.42
Hex C5 A2 11 0 12 5B 17 30 54 2A
Octal 305 242 21 0 22 133 27 60 124 52
Binary 11000101 10100010 10001 0 10010 1011011 10111 110000 1010100 101010

Color Harmonies of #C5A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A211

Black with #C5A211

Text Example


Text Example

White with #C5A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A211; }

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

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

background-color css

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

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

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

border-color css

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

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

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