#DEB48B

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

Shades of Brandy #DEB48B

Tints of Brandy #DEB48B

Color information

#DEB48B (or 0xDEB48B) is unknown color: approx Brandy. HEX triplet: DE, B4 and 8B. RGB value is (222,180,139). Sum of RGB (Red+Green+Blue) = 222+180+139=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB48B is #214B74. Grayscale: #BCBCBC. Windows color (decimal): -2182005 or 9155806. OLE color: 9155806.

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

Color convert

RGB222180139-
CMYK00.190.370.13
HSL29.64º55.7%70.78%-
HSV(B)29.64º37.39%87.06%-
XYZ51.1150.0431.39-
YUV187.88100.41152.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=41.04%
G=33.27%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218013900.190.370.1329.6455.770.78
HexDEB48B01325D1e3847
Octal33626421302345153670107
Binary1101111010110100100010110100111001011101111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB48B; }

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

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

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

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

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

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

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

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