Html Css Color HEX #C59E19 Buddha Gold

📋 copy color: '#C59E19'

red 197 ◦ green 158 ◦ blue 25

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

Shades of Buddha Gold #C59E19

Tints of Buddha Gold #C59E19

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

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

R = 51.84%
G = 41.58%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59E19 (or 0xC59E19) is known color: Buddha Gold. HEX triplet: C5, 9E and 19. RGB value is (197,158,25). Sum of RGB (Red+Green+Blue) = 197+158+25=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E19 is #3A61E6. Grayscale: #9B9B9B. Windows color (decimal): -3826151 or 1679045. OLE color: 1679045.

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

Color convert

RGB 197 158 25 -
CMYK 0 0.20 0.87 0.23
HSL 46.4º 0.77% 0.44% -
HSV(B) 46.4º 0.87% 0.77% -
XYZ 35.43 36.39 6.08 -
YUV 154.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 197 158 25 0 0.20 0.87 0.23 46.4 0.77 0.44
Hex C5 9E 19 0 14 57 17 2E 4D 2C
Octal 305 236 31 0 24 127 27 56 115 54
Binary 11000101 10011110 11001 0 10100 1010111 10111 101110 1001101 101100

Color Harmonies of #C59E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E19

Black with #C59E19

Text Example


Text Example

White with #C59E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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