#DEB48A

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

Shades of Brandy #DEB48A

Tints of Brandy #DEB48A

Color information

#DEB48A (or 0xDEB48A) is unknown color: approx Brandy. HEX triplet: DE, B4 and 8A. RGB value is (222,180,138). Sum of RGB (Red+Green+Blue) = 222+180+138=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB48A is #214B75. Grayscale: #BBBBBB. Windows color (decimal): -2182006 or 9090270. OLE color: 9090270.

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

Color convert

RGB222180138-
CMYK00.190.380.13
HSL30º56%70.59%-
HSV(B)30º37.84%87.06%-
XYZ51.0350.0131.01-
YUV187.7799.91152.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=41.11%
G=33.33%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218013800.190.380.13305670.59
HexDEB48A01326D1e3847
Octal33626421202346153670107
Binary1101111010110100100010100100111001101101111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB48A; }

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

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

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

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

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

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

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

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