Html Css Color HEX #C59710 Buddha Gold

📋 copy color: '#C59710'

red 197 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #C59710

Tints of Buddha Gold #C59710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 54.12%
G = 41.48%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C59710 (or 0xC59710) is known color: Buddha Gold. HEX triplet: C5, 97 and 10. RGB value is (197,151,16). Sum of RGB (Red+Green+Blue) = 197+151+16=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59710 is #3A68EF. Grayscale: #959595. Windows color (decimal): -3827952 or 1087429. OLE color: 1087429.

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

Color convert

RGB 197 151 16 -
CMYK 0 0.23 0.92 0.23
HSL 44.75º 0.85% 0.42% -
HSV(B) 44.75º 0.92% 0.77% -
XYZ 34.19 34.04 5.26 -
YUV 149.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 197 151 16 0 0.23 0.92 0.23 44.75 0.85 0.42
Hex C5 97 10 0 17 5C 17 2D 55 2A
Octal 305 227 20 0 27 134 27 55 125 52
Binary 11000101 10010111 10000 0 10111 1011100 10111 101101 1010101 101010

Color Harmonies of #C59710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59710

Black with #C59710

Text Example


Text Example

White with #C59710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59710; }

 p { color: rgb(197,151,16); }

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

background-color css

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

 a { background-color: rgb(197,151,16); }

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

border-color css

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

 span { border-color: rgb(197,151,16); }

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