Html Css Color HEX #C5A320 Buddha Gold

📋 copy color: '#C5A320'

red 197 ◦ green 163 ◦ blue 32

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

Shades of Buddha Gold #C5A320

Tints of Buddha Gold #C5A320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 50.26%
G = 41.58%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5A320 (or 0xC5A320) is known color: Buddha Gold. HEX triplet: C5, A3 and 20. RGB value is (197,163,32). Sum of RGB (Red+Green+Blue) = 197+163+32=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A320 is #3A5CDF. Grayscale: #9E9E9E. Windows color (decimal): -3824864 or 2139077. OLE color: 2139077.

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

Color convert

RGB 197 163 32 -
CMYK 0 0.17 0.84 0.23
HSL 47.64º 0.72% 0.45% -
HSV(B) 47.64º 0.84% 0.77% -
XYZ 36.38 38.17 6.82 -
YUV 158.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 197 163 32 0 0.17 0.84 0.23 47.64 0.72 0.45
Hex C5 A3 20 0 11 54 17 30 48 2D
Octal 305 243 40 0 21 124 27 60 110 55
Binary 11000101 10100011 100000 0 10001 1010100 10111 110000 1001000 101101

Color Harmonies of #C5A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A320

Black with #C5A320

Text Example


Text Example

White with #C5A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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