Html Css Color HEX #C59214 Buddha Gold

📋 copy color: '#C59214'

red 197 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #C59214

Tints of Buddha Gold #C59214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 54.27%
G = 40.22%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59214 (or 0xC59214) is known color: Buddha Gold. HEX triplet: C5, 92 and 14. RGB value is (197,146,20). Sum of RGB (Red+Green+Blue) = 197+146+20=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59214 is #3A6DEB. Grayscale: #939393. Windows color (decimal): -3829228 or 1348293. OLE color: 1348293.

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

Color convert

RGB 197 146 20 -
CMYK 0 0.26 0.90 0.23
HSL 42.71º 0.82% 0.43% -
HSV(B) 42.71º 0.9% 0.77% -
XYZ 33.43 32.48 5.17 -
YUV 146.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 197 146 20 0 0.26 0.90 0.23 42.71 0.82 0.43
Hex C5 92 14 0 1A 5A 17 2B 52 2B
Octal 305 222 24 0 32 132 27 53 122 53
Binary 11000101 10010010 10100 0 11010 1011010 10111 101011 1010010 101011

Color Harmonies of #C59214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59214

Black with #C59214

Text Example


Text Example

White with #C59214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59214; }

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

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

background-color css

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

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

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

border-color css

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

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

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