Html Css Color HEX #C59E18 Buddha Gold

📋 copy color: '#C59E18'

red 197 ◦ green 158 ◦ blue 24

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

Shades of Buddha Gold #C59E18

Tints of Buddha Gold #C59E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 51.98%
G = 41.69%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59E18 (or 0xC59E18) is known color: Buddha Gold. HEX triplet: C5, 9E and 18. RGB value is (197,158,24). Sum of RGB (Red+Green+Blue) = 197+158+24=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E18 is #3A61E7. Grayscale: #9A9A9A. Windows color (decimal): -3826152 or 1613509. OLE color: 1613509.

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

Color convert

RGB 197 158 24 -
CMYK 0 0.20 0.88 0.23
HSL 46.47º 0.78% 0.43% -
HSV(B) 46.47º 0.88% 0.77% -
XYZ 35.42 36.39 6.02 -
YUV 154.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 197 158 24 0 0.20 0.88 0.23 46.47 0.78 0.43
Hex C5 9E 18 0 14 58 17 2E 4E 2B
Octal 305 236 30 0 24 130 27 56 116 53
Binary 11000101 10011110 11000 0 10100 1011000 10111 101110 1001110 101011

Color Harmonies of #C59E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E18

Black with #C59E18

Text Example


Text Example

White with #C59E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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