Html Css Color HEX #C59014 Buddha Gold

📋 copy color: '#C59014'

red 197 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #C59014

Tints of Buddha Gold #C59014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 54.57%
G = 39.89%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59014 (or 0xC59014) is known color: Buddha Gold. HEX triplet: C5, 90 and 14. RGB value is (197,144,20). Sum of RGB (Red+Green+Blue) = 197+144+20=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C59014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59014 is #3A6FEB. Grayscale: #929292. Windows color (decimal): -3829740 or 1347781. OLE color: 1347781.

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

Color convert

RGB 197 144 20 -
CMYK 0 0.27 0.90 0.23
HSL 42.03º 0.82% 0.43% -
HSV(B) 42.03º 0.9% 0.77% -
XYZ 33.13 31.87 5.07 -
YUV 145.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 197 144 20 0 0.27 0.90 0.23 42.03 0.82 0.43
Hex C5 90 14 0 1B 5A 17 2A 52 2B
Octal 305 220 24 0 33 132 27 52 122 53
Binary 11000101 10010000 10100 0 11011 1011010 10111 101010 1010010 101011

Color Harmonies of #C59014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59014

Black with #C59014

Text Example


Text Example

White with #C59014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59014; }

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

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

background-color css

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

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

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

border-color css

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

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

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