#DEB18B

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

Shades of Brandy #DEB18B

Tints of Brandy #DEB18B

Color information

#DEB18B (or 0xDEB18B) is unknown color: approx Brandy. HEX triplet: DE, B1 and 8B. RGB value is (222,177,139). Sum of RGB (Red+Green+Blue) = 222+177+139=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB18B is #214E74. Grayscale: #BABABA. Windows color (decimal): -2182773 or 9155038. OLE color: 9155038.

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

Color convert

RGB222177139-
CMYK00.200.370.13
HSL27.47º55.7%70.78%-
HSV(B)27.47º37.39%87.06%-
XYZ50.5148.8431.19-
YUV186.12101.41153.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=41.26%
G=32.90%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217713900.200.370.1327.4755.770.78
HexDEB18B01425D1b3847
Octal33626121302445153370107
Binary1101111010110001100010110101001001011101110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB18B; }

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

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

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

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

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

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

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

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