#DEB28D

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

Shades of Brandy #DEB28D

Tints of Brandy #DEB28D

Color information

#DEB28D (or 0xDEB28D) is unknown color: approx Brandy. HEX triplet: DE, B2 and 8D. RGB value is (222,178,141). Sum of RGB (Red+Green+Blue) = 222+178+141=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB28D is #214D72. Grayscale: #BBBBBB. Windows color (decimal): -2182515 or 9286366. OLE color: 9286366.

HSL color Cylindrical-coordinate representation of color #DEB28D: hue angle of 27.41º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEB28D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222178141-
CMYK00.200.360.13
HSL27.41º55.1%71.18%-
HSV(B)27.41º36.49%87.06%-
XYZ50.8549.2932.03-
YUV186.94102.08153.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=41.04%
G=32.90%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217814100.200.360.1327.4155.171.18
HexDEB28D01424D1b3747
Octal33626221502444153367107
Binary1101111010110010100011010101001001001101110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB28D; }

 p { color: rgb(222,178,141); }

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

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

 a { background-color: rgb(222,178,141); }

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

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

 span { border-color: rgb(222,178,141); }

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