Html Css Color HEX #C59211 Buddha Gold

📋 copy color: '#C59211'

red 197 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C59211

Tints of Buddha Gold #C59211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 54.72%
G = 40.56%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C59211 (or 0xC59211) is known color: Buddha Gold. HEX triplet: C5, 92 and 11. RGB value is (197,146,17). Sum of RGB (Red+Green+Blue) = 197+146+17=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C59211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59211 is #3A6DEE. Grayscale: #939393. Windows color (decimal): -3829231 or 1151685. OLE color: 1151685.

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

Color convert

RGB 197 146 17 -
CMYK 0 0.26 0.91 0.23
HSL 43º 0.84% 0.42% -
HSV(B) 43º 0.91% 0.77% -
XYZ 33.41 32.47 5.04 -
YUV 146.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 197 146 17 0 0.26 0.91 0.23 43 0.84 0.42
Hex C5 92 11 0 1A 5B 17 2B 54 2A
Octal 305 222 21 0 32 133 27 53 124 52
Binary 11000101 10010010 10001 0 11010 1011011 10111 101011 1010100 101010

Color Harmonies of #C59211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59211

Black with #C59211

Text Example


Text Example

White with #C59211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59211; }

 p { color: rgb(197,146,17); }

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

background-color css

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

 a { background-color: rgb(197,146,17); }

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

border-color css

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

 span { border-color: rgb(197,146,17); }

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