Html Css Color HEX #C59310 Buddha Gold

📋 copy color: '#C59310'

red 197 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #C59310

Tints of Buddha Gold #C59310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 54.72%
G = 40.83%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C59310 (or 0xC59310) is known color: Buddha Gold. HEX triplet: C5, 93 and 10. RGB value is (197,147,16). Sum of RGB (Red+Green+Blue) = 197+147+16=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C59310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59310 is #3A6CEF. Grayscale: #939393. Windows color (decimal): -3828976 or 1086405. OLE color: 1086405.

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

Color convert

RGB 197 147 16 -
CMYK 0 0.25 0.92 0.23
HSL 43.43º 0.85% 0.42% -
HSV(B) 43.43º 0.92% 0.77% -
XYZ 33.55 32.78 5.05 -
YUV 147.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 197 147 16 0 0.25 0.92 0.23 43.43 0.85 0.42
Hex C5 93 10 0 19 5C 17 2B 55 2A
Octal 305 223 20 0 31 134 27 53 125 52
Binary 11000101 10010011 10000 0 11001 1011100 10111 101011 1010101 101010

Color Harmonies of #C59310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59310

Black with #C59310

Text Example


Text Example

White with #C59310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59310; }

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

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

background-color css

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

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

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

border-color css

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

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

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