#DEB285

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

Shades of Brandy #DEB285

Tints of Brandy #DEB285

Color information

#DEB285 (or 0xDEB285) is unknown color: approx Brandy. HEX triplet: DE, B2 and 85. RGB value is (222,178,133). Sum of RGB (Red+Green+Blue) = 222+178+133=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB285 is #214D7A. Grayscale: #BABABA. Windows color (decimal): -2182523 or 8762078. OLE color: 8762078.

HSL color Cylindrical-coordinate representation of color #DEB285: hue angle of 30.34º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEB285 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222178133-
CMYK00.200.400.13
HSL30.34º57.42%69.61%-
HSV(B)30.34º40.09%87.06%-
XYZ50.2849.0629.01-
YUV186.0398.08153.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=41.65%
G=33.40%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217813300.200.400.1330.3457.4269.61
HexDEB28501428D1e3946
Octal33626220502450153671106
Binary1101111010110010100001010101001010001101111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB285; }

 p { color: rgb(222,178,133); }

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

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

 a { background-color: rgb(222,178,133); }

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

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

 span { border-color: rgb(222,178,133); }

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