Html Css Color HEX #C59F19 Buddha Gold

📋 copy color: '#C59F19'

red 197 ◦ green 159 ◦ blue 25

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

Shades of Buddha Gold #C59F19

Tints of Buddha Gold #C59F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

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

R = 51.71%
G = 41.73%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59F19 (or 0xC59F19) is known color: Buddha Gold. HEX triplet: C5, 9F and 19. RGB value is (197,159,25). Sum of RGB (Red+Green+Blue) = 197+159+25=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59F19 is #3A60E6. Grayscale: #9B9B9B. Windows color (decimal): -3825895 or 1679301. OLE color: 1679301.

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

Color convert

RGB 197 159 25 -
CMYK 0 0.19 0.87 0.23
HSL 46.74º 0.77% 0.44% -
HSV(B) 46.74º 0.87% 0.77% -
XYZ 35.6 36.74 6.13 -
YUV 155.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 197 159 25 0 0.19 0.87 0.23 46.74 0.77 0.44
Hex C5 9F 19 0 13 57 17 2F 4D 2C
Octal 305 237 31 0 23 127 27 57 115 54
Binary 11000101 10011111 11001 0 10011 1010111 10111 101111 1001101 101100

Color Harmonies of #C59F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59F19

Black with #C59F19

Text Example


Text Example

White with #C59F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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