Html Css Color HEX #C59E14 Buddha Gold

📋 copy color: '#C59E14'

red 197 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #C59E14

Tints of Buddha Gold #C59E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

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

R = 52.53%
G = 42.13%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C59E14 (or 0xC59E14) is known color: Buddha Gold. HEX triplet: C5, 9E and 14. RGB value is (197,158,20). Sum of RGB (Red+Green+Blue) = 197+158+20=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E14 is #3A61EB. Grayscale: #9A9A9A. Windows color (decimal): -3826156 or 1351365. OLE color: 1351365.

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

Color convert

RGB 197 158 20 -
CMYK 0 0.20 0.90 0.23
HSL 46.78º 0.82% 0.43% -
HSV(B) 46.78º 0.9% 0.77% -
XYZ 35.38 36.37 5.82 -
YUV 153.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 197 158 20 0 0.20 0.90 0.23 46.78 0.82 0.43
Hex C5 9E 14 0 14 5A 17 2F 52 2B
Octal 305 236 24 0 24 132 27 57 122 53
Binary 11000101 10011110 10100 0 10100 1011010 10111 101111 1010010 101011

Color Harmonies of #C59E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E14

Black with #C59E14

Text Example


Text Example

White with #C59E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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