Html Css Color HEX #C59314 Buddha Gold

📋 copy color: '#C59314'

red 197 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #C59314

Tints of Buddha Gold #C59314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

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

R = 54.12%
G = 40.38%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59314 (or 0xC59314) is known color: Buddha Gold. HEX triplet: C5, 93 and 14. RGB value is (197,147,20). Sum of RGB (Red+Green+Blue) = 197+147+20=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59314 is #3A6CEB. Grayscale: #949494. Windows color (decimal): -3828972 or 1348549. OLE color: 1348549.

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

Color convert

RGB 197 147 20 -
CMYK 0 0.25 0.90 0.23
HSL 43.05º 0.82% 0.43% -
HSV(B) 43.05º 0.9% 0.77% -
XYZ 33.59 32.79 5.22 -
YUV 147.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 197 147 20 0 0.25 0.90 0.23 43.05 0.82 0.43
Hex C5 93 14 0 19 5A 17 2B 52 2B
Octal 305 223 24 0 31 132 27 53 122 53
Binary 11000101 10010011 10100 0 11001 1011010 10111 101011 1010010 101011

Color Harmonies of #C59314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59314

Black with #C59314

Text Example


Text Example

White with #C59314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59314; }

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

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

background-color css

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

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

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

border-color css

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

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

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