#DEB681

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

Shades of Maize #DEB681

Tints of Maize #DEB681

Color information

#DEB681 (or 0xDEB681) is unknown color: approx Maize. HEX triplet: DE, B6 and 81. RGB value is (222,182,129). Sum of RGB (Red+Green+Blue) = 222+182+129=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB681 is #21497E. Grayscale: #BCBCBC. Windows color (decimal): -2181503 or 8500958. OLE color: 8500958.

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

Color convert

RGB222182129-
CMYK00.180.420.13
HSL34.19º58.49%68.82%-
HSV(B)34.19º41.89%87.06%-
XYZ50.8150.5727.85-
YUV187.9294.75152.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=41.65%
G=34.15%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218212900.180.420.1334.1958.4968.82
HexDEB6810122AD223a45
Octal33626620102252154272105
Binary11011110101101101000000101001010101011011000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB681; }

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

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

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

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

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

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

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

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