Html Css Color HEX #C5A600 Buddha Gold

📋 copy color: '#C5A600'

red 197 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #C5A600

Tints of Buddha Gold #C5A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.27%
G = 45.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5A600 (or 0xC5A600) is known color: Buddha Gold. HEX triplet: C5, A6 and 00. RGB value is (197,166,0). Sum of RGB (Red+Green+Blue) = 197+166+0=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A600 is #3A59FF. Grayscale: #9D9D9D. Windows color (decimal): -3824128 or 42693. OLE color: 42693.

HSL color Cylindrical-coordinate representation of color #C5A600: hue angle of 50.56º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5A600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 0 -
CMYK 0 0.16 1 0.23
HSL 50.56º 1% 0.39% -
HSV(B) 50.56º 1% 0.77% -
XYZ 36.66 39.14 5.62 -
YUV 156.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 197 166 0 0 0.16 1 0.23 50.56 1 0.39
Hex C5 A6 0 0 10 64 17 33 64 27
Octal 305 246 0 0 20 144 27 63 144 47
Binary 11000101 10100110 0 0 10000 1100100 10111 110011 1100100 100111

Color Harmonies of #C5A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A600

Black with #C5A600

Text Example


Text Example

White with #C5A600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A600; }

 p { color: rgb(197,166,0); }

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

background-color css

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

 a { background-color: rgb(197,166,0); }

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

border-color css

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

 span { border-color: rgb(197,166,0); }

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