#D18238

Color #D18238 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #D18238

Tints of Golden Bell #D18238

Color information

#D18238 (or 0xD18238) is unknown color: approx Golden Bell. HEX triplet: D1, 82 and 38. RGB value is (209,130,56). Sum of RGB (Red+Green+Blue) = 209+130+56=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18238 is #2E7DC7. Grayscale: #919191. Windows color (decimal): -3046856 or 3703505. OLE color: 3703505.

HSL color Cylindrical-coordinate representation of color #D18238: hue angle of 29.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D18238 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20913056-
CMYK00.380.730.18
HSL29.02º62.45%51.96%-
HSV(B)29.02º73.21%81.96%-
XYZ34.9929.817.65-
YUV145.1877.67173.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 56 (22.27% from 255) = 14.18%
R=52.91%
G=32.91%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091305600.380.730.1829.0262.4551.96
HexD1823802649121d3e34
Octal3212027004611122357664
Binary1101000110000010111000010011010010011001011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18238; }

 p { color: rgb(209,130,56); }

 H1.HeaderClassName
 {
   color: #D18238;
 }
 .AnyTagClassName
 {
   color: #D18238;
 }
</style>
background-color css

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

 a { background-color: rgb(209,130,56); }

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

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

 span { border-color: rgb(209,130,56); }

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