#DEB675

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

Shades of Maize #DEB675

Tints of Maize #DEB675

Color information

#DEB675 (or 0xDEB675) is unknown color: approx Maize. HEX triplet: DE, B6 and 75. RGB value is (222,182,117). Sum of RGB (Red+Green+Blue) = 222+182+117=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB675 is #21498A. Grayscale: #BABABA. Windows color (decimal): -2181515 or 7714526. OLE color: 7714526.

HSL color Cylindrical-coordinate representation of color #DEB675: hue angle of 37.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB675 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222182117-
CMYK00.180.470.13
HSL37.14º61.4%66.47%-
HSV(B)37.14º47.3%87.06%-
XYZ50.0650.2723.89-
YUV186.5588.75153.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=42.61%
G=34.93%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218211700.180.470.1337.1461.466.47
HexDEB6750122FD253d42
Octal33626616502257154575102
Binary1101111010110110111010101001010111111011001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB675; }

 p { color: rgb(222,182,117); }

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

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

 a { background-color: rgb(222,182,117); }

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

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

 span { border-color: rgb(222,182,117); }

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