Html Css Color HEX #C59517 Buddha Gold

📋 copy color: '#C59517'

red 197 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #C59517

Tints of Buddha Gold #C59517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

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

R = 53.39%
G = 40.38%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59517 (or 0xC59517) is known color: Buddha Gold. HEX triplet: C5, 95 and 17. RGB value is (197,149,23). Sum of RGB (Red+Green+Blue) = 197+149+23=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C59517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59517 is #3A6AE8. Grayscale: #959595. Windows color (decimal): -3828457 or 1545669. OLE color: 1545669.

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

Color convert

RGB 197 149 23 -
CMYK 0 0.24 0.88 0.23
HSL 43.45º 0.79% 0.43% -
HSV(B) 43.45º 0.88% 0.77% -
XYZ 33.93 33.43 5.47 -
YUV 148.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 197 149 23 0 0.24 0.88 0.23 43.45 0.79 0.43
Hex C5 95 17 0 18 58 17 2B 4F 2B
Octal 305 225 27 0 30 130 27 53 117 53
Binary 11000101 10010101 10111 0 11000 1011000 10111 101011 1001111 101011

Color Harmonies of #C59517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59517

Black with #C59517

Text Example


Text Example

White with #C59517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59517; }

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

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

background-color css

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

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

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

border-color css

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

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

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