Html Css Color HEX #C5A314 Buddha Gold

📋 copy color: '#C5A314'

red 197 ◦ green 163 ◦ blue 20

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

Shades of Buddha Gold #C5A314

Tints of Buddha Gold #C5A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 51.84%
G = 42.89%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5A314 (or 0xC5A314) is known color: Buddha Gold. HEX triplet: C5, A3 and 14. RGB value is (197,163,20). Sum of RGB (Red+Green+Blue) = 197+163+20=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A314 is #3A5CEB. Grayscale: #9D9D9D. Windows color (decimal): -3824876 or 1352645. OLE color: 1352645.

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

Color convert

RGB 197 163 20 -
CMYK 0 0.17 0.90 0.23
HSL 48.47º 0.82% 0.43% -
HSV(B) 48.47º 0.9% 0.77% -
XYZ 36.25 38.12 6.11 -
YUV 156.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 197 163 20 0 0.17 0.90 0.23 48.47 0.82 0.43
Hex C5 A3 14 0 11 5A 17 30 52 2B
Octal 305 243 24 0 21 132 27 60 122 53
Binary 11000101 10100011 10100 0 10001 1011010 10111 110000 1010010 101011

Color Harmonies of #C5A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A314

Black with #C5A314

Text Example


Text Example

White with #C5A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A314; }

 p { color: rgb(197,163,20); }

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

background-color css

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

 a { background-color: rgb(197,163,20); }

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

border-color css

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

 span { border-color: rgb(197,163,20); }

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