#DEB08A

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

Shades of Brandy #DEB08A

Tints of Brandy #DEB08A

Color information

#DEB08A (or 0xDEB08A) is unknown color: approx Brandy. HEX triplet: DE, B0 and 8A. RGB value is (222,176,138). Sum of RGB (Red+Green+Blue) = 222+176+138=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB08A is #214F75. Grayscale: #B9B9B9. Windows color (decimal): -2183030 or 9089246. OLE color: 9089246.

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

Color convert

RGB222176138-
CMYK00.210.380.13
HSL27.14º56%70.59%-
HSV(B)27.14º37.84%87.06%-
XYZ50.2448.4230.74-
YUV185.42101.24154.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=41.42%
G=32.84%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217613800.210.380.1327.145670.59
HexDEB08A01526D1b3847
Octal33626021202546153370107
Binary1101111010110000100010100101011001101101110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB08A; }

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

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

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

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

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

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

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

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