#DEB18C

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

Shades of Brandy #DEB18C

Tints of Brandy #DEB18C

Color information

#DEB18C (or 0xDEB18C) is unknown color: approx Brandy. HEX triplet: DE, B1 and 8C. RGB value is (222,177,140). Sum of RGB (Red+Green+Blue) = 222+177+140=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB18C is #214E73. Grayscale: #BABABA. Windows color (decimal): -2182772 or 9220574. OLE color: 9220574.

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

Color convert

RGB222177140-
CMYK00.200.370.13
HSL27.07º55.41%70.98%-
HSV(B)27.07º36.94%87.06%-
XYZ50.5848.8731.58-
YUV186.24101.91153.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=41.19%
G=32.84%
B=25.97%

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
Decimal22217714000.200.370.1327.0755.4170.98
HexDEB18C01425D1b3747
Octal33626121402445153367107
Binary1101111010110001100011000101001001011101110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB18C; }

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

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

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

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

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

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

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

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