Html Css Color HEX #C5A816 Buddha Gold

📋 copy color: '#C5A816'

red 197 ◦ green 168 ◦ blue 22

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

Shades of Buddha Gold #C5A816

Tints of Buddha Gold #C5A816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 50.9%
G = 43.41%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5A816 (or 0xC5A816) is known color: Buddha Gold. HEX triplet: C5, A8 and 16. RGB value is (197,168,22). Sum of RGB (Red+Green+Blue) = 197+168+22=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A816 is #3A57E9. Grayscale: #A0A0A0. Windows color (decimal): -3823594 or 1484997. OLE color: 1484997.

HSL color Cylindrical-coordinate representation of color #C5A816: hue angle of 50.06º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5A816 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 22 -
CMYK 0 0.15 0.89 0.23
HSL 50.06º 0.8% 0.43% -
HSV(B) 50.06º 0.89% 0.77% -
XYZ 37.17 39.93 6.51 -
YUV 160.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 197 168 22 0 0.15 0.89 0.23 50.06 0.8 0.43
Hex C5 A8 16 0 F 59 17 32 50 2B
Octal 305 250 26 0 17 131 27 62 120 53
Binary 11000101 10101000 10110 0 1111 1011001 10111 110010 1010000 101011

Color Harmonies of #C5A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A816

Black with #C5A816

Text Example


Text Example

White with #C5A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A816; }

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

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

background-color css

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

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

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

border-color css

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

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

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