Html Css Color HEX #C5A100 Buddha Gold

📋 copy color: '#C5A100'

red 197 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #C5A100

Tints of Buddha Gold #C5A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 55.03%
G = 44.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5A100 (or 0xC5A100) is known color: Buddha Gold. HEX triplet: C5, A1 and 00. RGB value is (197,161,0). Sum of RGB (Red+Green+Blue) = 197+161+0=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A100 is #3A5EFF. Grayscale: #9A9A9A. Windows color (decimal): -3825408 or 41413. OLE color: 41413.

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

Color convert

RGB 197 161 0 -
CMYK 0 0.18 1 0.23
HSL 49.04º 1% 0.39% -
HSV(B) 49.04º 1% 0.77% -
XYZ 35.77 37.36 5.33 -
YUV 153.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 197 161 0 0 0.18 1 0.23 49.04 1 0.39
Hex C5 A1 0 0 12 64 17 31 64 27
Octal 305 241 0 0 22 144 27 61 144 47
Binary 11000101 10100001 0 0 10010 1100100 10111 110001 1100100 100111

Color Harmonies of #C5A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A100

Black with #C5A100

Text Example


Text Example

White with #C5A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A100; }

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

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

background-color css

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

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

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

border-color css

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

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

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