Html Css Color HEX #C59117 Buddha Gold

📋 copy color: '#C59117'

red 197 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #C59117

Tints of Buddha Gold #C59117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

 BLUE value IS 23 (9.38% from 255) = 6.3%

R = 53.97%
G = 39.73%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59117 (or 0xC59117) is known color: Buddha Gold. HEX triplet: C5, 91 and 17. RGB value is (197,145,23). Sum of RGB (Red+Green+Blue) = 197+145+23=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59117 is #3A6EE8. Grayscale: #939393. Windows color (decimal): -3829481 or 1544645. OLE color: 1544645.

HSL color Cylindrical-coordinate representation of color #C59117: hue angle of 42.07º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C59117 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 23 -
CMYK 0 0.26 0.88 0.23
HSL 42.07º 0.79% 0.43% -
HSV(B) 42.07º 0.88% 0.77% -
XYZ 33.31 32.18 5.27 -
YUV 146.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 197 145 23 0 0.26 0.88 0.23 42.07 0.79 0.43
Hex C5 91 17 0 1A 58 17 2A 4F 2B
Octal 305 221 27 0 32 130 27 52 117 53
Binary 11000101 10010001 10111 0 11010 1011000 10111 101010 1001111 101011

Color Harmonies of #C59117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59117

Black with #C59117

Text Example


Text Example

White with #C59117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59117; }

 p { color: rgb(197,145,23); }

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

background-color css

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

 a { background-color: rgb(197,145,23); }

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

border-color css

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

 span { border-color: rgb(197,145,23); }

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