#DEB08D

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

Shades of Brandy #DEB08D

Tints of Brandy #DEB08D

Color information

#DEB08D (or 0xDEB08D) is unknown color: approx Brandy. HEX triplet: DE, B0 and 8D. RGB value is (222,176,141). Sum of RGB (Red+Green+Blue) = 222+176+141=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB08D is #214F72. Grayscale: #B9B9B9. Windows color (decimal): -2183027 or 9285854. OLE color: 9285854.

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

Color convert

RGB222176141-
CMYK00.210.360.13
HSL25.93º55.1%71.18%-
HSV(B)25.93º36.49%87.06%-
XYZ50.4648.531.9-
YUV185.76102.74153.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=41.19%
G=32.65%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217614100.210.360.1325.9355.171.18
HexDEB08D01524D1a3747
Octal33626021502544153267107
Binary1101111010110000100011010101011001001101110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB08D; }

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

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

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

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

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

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

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

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