Html Css Color HEX #C5A321 Buddha Gold

📋 copy color: '#C5A321'

red 197 ◦ green 163 ◦ blue 33

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

Shades of Buddha Gold #C5A321

Tints of Buddha Gold #C5A321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 50.13%
G = 41.48%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C5A321 (or 0xC5A321) is known color: Buddha Gold. HEX triplet: C5, A3 and 21. RGB value is (197,163,33). Sum of RGB (Red+Green+Blue) = 197+163+33=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A321 is #3A5CDE. Grayscale: #9E9E9E. Windows color (decimal): -3824863 or 2204613. OLE color: 2204613.

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

Color convert

RGB 197 163 33 -
CMYK 0 0.17 0.83 0.23
HSL 47.56º 0.71% 0.45% -
HSV(B) 47.56º 0.83% 0.77% -
XYZ 36.4 38.17 6.89 -
YUV 158.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 197 163 33 0 0.17 0.83 0.23 47.56 0.71 0.45
Hex C5 A3 21 0 11 53 17 30 47 2D
Octal 305 243 41 0 21 123 27 60 107 55
Binary 11000101 10100011 100001 0 10001 1010011 10111 110000 1000111 101101

Color Harmonies of #C5A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A321

Black with #C5A321

Text Example


Text Example

White with #C5A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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