Html Css Color HEX #C59017 Buddha Gold

📋 copy color: '#C59017'

red 197 ◦ green 144 ◦ blue 23

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

Shades of Buddha Gold #C59017

Tints of Buddha Gold #C59017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 54.12%
G = 39.56%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59017 (or 0xC59017) is known color: Buddha Gold. HEX triplet: C5, 90 and 17. RGB value is (197,144,23). Sum of RGB (Red+Green+Blue) = 197+144+23=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59017 is #3A6FE8. Grayscale: #929292. Windows color (decimal): -3829737 or 1544389. OLE color: 1544389.

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

Color convert

RGB 197 144 23 -
CMYK 0 0.27 0.88 0.23
HSL 41.72º 0.79% 0.43% -
HSV(B) 41.72º 0.88% 0.77% -
XYZ 33.15 31.88 5.22 -
YUV 146.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 197 144 23 0 0.27 0.88 0.23 41.72 0.79 0.43
Hex C5 90 17 0 1B 58 17 2A 4F 2B
Octal 305 220 27 0 33 130 27 52 117 53
Binary 11000101 10010000 10111 0 11011 1011000 10111 101010 1001111 101011

Color Harmonies of #C59017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59017

Black with #C59017

Text Example


Text Example

White with #C59017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59017; }

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

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

background-color css

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

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

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

border-color css

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

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

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