Html Css Color HEX #C59216 Buddha Gold

📋 copy color: '#C59216'

red 197 ◦ green 146 ◦ blue 22

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

Shades of Buddha Gold #C59216

Tints of Buddha Gold #C59216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 53.97%
G = 40%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C59216 (or 0xC59216) is known color: Buddha Gold. HEX triplet: C5, 92 and 16. RGB value is (197,146,22). Sum of RGB (Red+Green+Blue) = 197+146+22=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59216 is #3A6DE9. Grayscale: #939393. Windows color (decimal): -3829226 or 1479365. OLE color: 1479365.

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

Color convert

RGB 197 146 22 -
CMYK 0 0.26 0.89 0.23
HSL 42.51º 0.8% 0.43% -
HSV(B) 42.51º 0.89% 0.77% -
XYZ 33.45 32.49 5.27 -
YUV 147.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 197 146 22 0 0.26 0.89 0.23 42.51 0.8 0.43
Hex C5 92 16 0 1A 59 17 2B 50 2B
Octal 305 222 26 0 32 131 27 53 120 53
Binary 11000101 10010010 10110 0 11010 1011001 10111 101011 1010000 101011

Color Harmonies of #C59216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59216

Black with #C59216

Text Example


Text Example

White with #C59216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59216; }

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

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

background-color css

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

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

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

border-color css

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

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

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