Html Css Color HEX #C5A814 Buddha Gold

📋 copy color: '#C5A814'

red 197 ◦ green 168 ◦ blue 20

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

Shades of Buddha Gold #C5A814

Tints of Buddha Gold #C5A814

RGB

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

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

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

R = 51.17%
G = 43.64%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5A814 (or 0xC5A814) is known color: Buddha Gold. HEX triplet: C5, A8 and 14. RGB value is (197,168,20). Sum of RGB (Red+Green+Blue) = 197+168+20=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A814 is #3A57EB. Grayscale: #A0A0A0. Windows color (decimal): -3823596 or 1353925. OLE color: 1353925.

HSL color Cylindrical-coordinate representation of color #C5A814: hue angle of 50.17º 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 #C5A814 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 20 -
CMYK 0 0.15 0.90 0.23
HSL 50.17º 0.82% 0.43% -
HSV(B) 50.17º 0.9% 0.77% -
XYZ 37.15 39.93 6.41 -
YUV 159.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 197 168 20 0 0.15 0.90 0.23 50.17 0.82 0.43
Hex C5 A8 14 0 F 5A 17 32 52 2B
Octal 305 250 24 0 17 132 27 62 122 53
Binary 11000101 10101000 10100 0 1111 1011010 10111 110010 1010010 101011

Color Harmonies of #C5A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A814

Black with #C5A814

Text Example


Text Example

White with #C5A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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