#DEB18D

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

Shades of Brandy #DEB18D

Tints of Brandy #DEB18D

Color information

#DEB18D (or 0xDEB18D) is unknown color: approx Brandy. HEX triplet: DE, B1 and 8D. RGB value is (222,177,141). Sum of RGB (Red+Green+Blue) = 222+177+141=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB18D is #214E72. Grayscale: #BABABA. Windows color (decimal): -2182771 or 9286110. OLE color: 9286110.

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

Color convert

RGB222177141-
CMYK00.200.360.13
HSL26.67º55.1%71.18%-
HSV(B)26.67º36.49%87.06%-
XYZ50.6548.931.97-
YUV186.35102.41153.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=41.11%
G=32.78%
B=26.11%

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
Decimal22217714100.200.360.1326.6755.171.18
HexDEB18D01424D1b3747
Octal33626121502444153367107
Binary1101111010110001100011010101001001001101110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB18D; }

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

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

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

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

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

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

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

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