#DEB88D

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

Shades of Brandy #DEB88D

Tints of Brandy #DEB88D

Color information

#DEB88D (or 0xDEB88D) is unknown color: approx Brandy. HEX triplet: DE, B8 and 8D. RGB value is (222,184,141). Sum of RGB (Red+Green+Blue) = 222+184+141=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB88D is #214772. Grayscale: #BEBEBE. Windows color (decimal): -2180979 or 9287902. OLE color: 9287902.

HSL color Cylindrical-coordinate representation of color #DEB88D: hue angle of 31.85º 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 #DEB88D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222184141-
CMYK00.170.360.13
HSL31.85º55.1%71.18%-
HSV(B)31.85º36.49%87.06%-
XYZ52.0751.7332.44-
YUV190.46100.09150.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=40.59%
G=33.64%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218414100.170.360.1331.8555.171.18
HexDEB88D01124D203747
Octal33627021502144154067107
Binary11011110101110001000110101000110010011011000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB88D; }

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

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

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

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

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

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

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

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