Html Css Color HEX #C5AA14 Buddha Gold

📋 copy color: '#C5AA14'

red 197 ◦ green 170 ◦ blue 20

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

Shades of Buddha Gold #C5AA14

Tints of Buddha Gold #C5AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.93%

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

R = 50.9%
G = 43.93%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5AA14 (or 0xC5AA14) is known color: Buddha Gold. HEX triplet: C5, AA and 14. RGB value is (197,170,20). Sum of RGB (Red+Green+Blue) = 197+170+20=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA14 is #3A55EB. Grayscale: #A1A1A1. Windows color (decimal): -3823084 or 1354437. OLE color: 1354437.

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

Color convert

RGB 197 170 20 -
CMYK 0 0.14 0.90 0.23
HSL 50.85º 0.82% 0.43% -
HSV(B) 50.85º 0.9% 0.77% -
XYZ 37.53 40.67 6.53 -
YUV 160.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 197 170 20 0 0.14 0.90 0.23 50.85 0.82 0.43
Hex C5 AA 14 0 E 5A 17 33 52 2B
Octal 305 252 24 0 16 132 27 63 122 53
Binary 11000101 10101010 10100 0 1110 1011010 10111 110011 1010010 101011

Color Harmonies of #C5AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA14

Black with #C5AA14

Text Example


Text Example

White with #C5AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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