Html Css Color HEX #C59E11 Buddha Gold

📋 copy color: '#C59E11'

red 197 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #C59E11

Tints of Buddha Gold #C59E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 52.96%
G = 42.47%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C59E11 (or 0xC59E11) is known color: Buddha Gold. HEX triplet: C5, 9E and 11. RGB value is (197,158,17). Sum of RGB (Red+Green+Blue) = 197+158+17=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E11 is #3A61EE. Grayscale: #9A9A9A. Windows color (decimal): -3826159 or 1154757. OLE color: 1154757.

HSL color Cylindrical-coordinate representation of color #C59E11: hue angle of 47º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C59E11 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 158 17 -
CMYK 0 0.20 0.91 0.23
HSL 47º 0.84% 0.42% -
HSV(B) 47º 0.91% 0.77% -
XYZ 35.35 36.36 5.69 -
YUV 153.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 197 158 17 0 0.20 0.91 0.23 47 0.84 0.42
Hex C5 9E 11 0 14 5B 17 2F 54 2A
Octal 305 236 21 0 24 133 27 57 124 52
Binary 11000101 10011110 10001 0 10100 1011011 10111 101111 1010100 101010

Color Harmonies of #C59E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E11

Black with #C59E11

Text Example


Text Example

White with #C59E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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