Html Css Color HEX #C59E24 Buddha Gold

📋 copy color: '#C59E24'

red 197 ◦ green 158 ◦ blue 36

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

Shades of Buddha Gold #C59E24

Tints of Buddha Gold #C59E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 50.38%
G = 40.41%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C59E24 (or 0xC59E24) is known color: Buddha Gold. HEX triplet: C5, 9E and 24. RGB value is (197,158,36). Sum of RGB (Red+Green+Blue) = 197+158+36=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E24 is #3A61DB. Grayscale: #9C9C9C. Windows color (decimal): -3826140 or 2399941. OLE color: 2399941.

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

Color convert

RGB 197 158 36 -
CMYK 0 0.20 0.82 0.23
HSL 45.47º 0.69% 0.46% -
HSV(B) 45.47º 0.82% 0.77% -
XYZ 35.57 36.45 6.83 -
YUV 155.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 197 158 36 0 0.20 0.82 0.23 45.47 0.69 0.46
Hex C5 9E 24 0 14 52 17 2D 45 2E
Octal 305 236 44 0 24 122 27 55 105 56
Binary 11000101 10011110 100100 0 10100 1010010 10111 101101 1000101 101110

Color Harmonies of #C59E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E24

Black with #C59E24

Text Example


Text Example

White with #C59E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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