Html Css Color HEX #C59E1E Buddha Gold

📋 copy color: '#C59E1E'

red 197 ◦ green 158 ◦ blue 30

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

Shades of Buddha Gold #C59E1E

Tints of Buddha Gold #C59E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 51.17%
G = 41.04%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C59E1E (or 0xC59E1E) is known color: Buddha Gold. HEX triplet: C5, 9E and 1E. RGB value is (197,158,30). Sum of RGB (Red+Green+Blue) = 197+158+30=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E1E is #3A61E1. Grayscale: #9B9B9B. Windows color (decimal): -3826146 or 2006725. OLE color: 2006725.

HSL color Cylindrical-coordinate representation of color #C59E1E: hue angle of 45.99º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C59E1E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 158 30 -
CMYK 0 0.20 0.85 0.23
HSL 45.99º 0.74% 0.45% -
HSV(B) 45.99º 0.85% 0.77% -
XYZ 35.49 36.42 6.39 -
YUV 155.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 197 158 30 0 0.20 0.85 0.23 45.99 0.74 0.45
Hex C5 9E 1E 0 14 55 17 2E 4A 2D
Octal 305 236 36 0 24 125 27 56 112 55
Binary 11000101 10011110 11110 0 10100 1010101 10111 101110 1001010 101101

Color Harmonies of #C59E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E1E

Black with #C59E1E

Text Example


Text Example

White with #C59E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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