Html Css Color HEX #C59218 Buddha Gold

📋 copy color: '#C59218'

red 197 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C59218

Tints of Buddha Gold #C59218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 53.68%
G = 39.78%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59218 (or 0xC59218) is known color: Buddha Gold. HEX triplet: C5, 92 and 18. RGB value is (197,146,24). Sum of RGB (Red+Green+Blue) = 197+146+24=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C59218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59218 is #3A6DE7. Grayscale: #939393. Windows color (decimal): -3829224 or 1610437. OLE color: 1610437.

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

Color convert

RGB 197 146 24 -
CMYK 0 0.26 0.88 0.23
HSL 42.31º 0.78% 0.43% -
HSV(B) 42.31º 0.88% 0.77% -
XYZ 33.47 32.49 5.37 -
YUV 147.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 197 146 24 0 0.26 0.88 0.23 42.31 0.78 0.43
Hex C5 92 18 0 1A 58 17 2A 4E 2B
Octal 305 222 30 0 32 130 27 52 116 53
Binary 11000101 10010010 11000 0 11010 1011000 10111 101010 1001110 101011

Color Harmonies of #C59218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59218

Black with #C59218

Text Example


Text Example

White with #C59218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59218; }

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

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

background-color css

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

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

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

border-color css

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

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

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