Html Css Color HEX #C59510 Buddha Gold

📋 copy color: '#C59510'

red 197 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #C59510

Tints of Buddha Gold #C59510

RGB

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

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

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

R = 54.42%
G = 41.16%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C59510 (or 0xC59510) is known color: Buddha Gold. HEX triplet: C5, 95 and 10. RGB value is (197,149,16). Sum of RGB (Red+Green+Blue) = 197+149+16=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C59510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59510 is #3A6AEF. Grayscale: #949494. Windows color (decimal): -3828464 or 1086917. OLE color: 1086917.

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

Color convert

RGB 197 149 16 -
CMYK 0 0.24 0.92 0.23
HSL 44.09º 0.85% 0.42% -
HSV(B) 44.09º 0.92% 0.77% -
XYZ 33.87 33.4 5.15 -
YUV 148.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 197 149 16 0 0.24 0.92 0.23 44.09 0.85 0.42
Hex C5 95 10 0 18 5C 17 2C 55 2A
Octal 305 225 20 0 30 134 27 54 125 52
Binary 11000101 10010101 10000 0 11000 1011100 10111 101100 1010101 101010

Color Harmonies of #C59510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59510

Black with #C59510

Text Example


Text Example

White with #C59510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59510; }

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

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

background-color css

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

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

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

border-color css

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

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

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