Html Css Color HEX #C59019 Buddha Gold

📋 copy color: '#C59019'

red 197 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #C59019

Tints of Buddha Gold #C59019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 53.83%
G = 39.34%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59019 (or 0xC59019) is known color: Buddha Gold. HEX triplet: C5, 90 and 19. RGB value is (197,144,25). Sum of RGB (Red+Green+Blue) = 197+144+25=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C59019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59019 is #3A6FE6. Grayscale: #929292. Windows color (decimal): -3829735 or 1675461. OLE color: 1675461.

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

Color convert

RGB 197 144 25 -
CMYK 0 0.27 0.87 0.23
HSL 41.51º 0.77% 0.44% -
HSV(B) 41.51º 0.87% 0.77% -
XYZ 33.17 31.89 5.33 -
YUV 146.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 197 144 25 0 0.27 0.87 0.23 41.51 0.77 0.44
Hex C5 90 19 0 1B 57 17 2A 4D 2C
Octal 305 220 31 0 33 127 27 52 115 54
Binary 11000101 10010000 11001 0 11011 1010111 10111 101010 1001101 101100

Color Harmonies of #C59019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59019

Black with #C59019

Text Example


Text Example

White with #C59019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59019; }

 p { color: rgb(197,144,25); }

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

background-color css

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

 a { background-color: rgb(197,144,25); }

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

border-color css

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

 span { border-color: rgb(197,144,25); }

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