#DEB28A

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

Shades of Brandy #DEB28A

Tints of Brandy #DEB28A

Color information

#DEB28A (or 0xDEB28A) is unknown color: approx Brandy. HEX triplet: DE, B2 and 8A. RGB value is (222,178,138). Sum of RGB (Red+Green+Blue) = 222+178+138=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB28A is #214D75. Grayscale: #BABABA. Windows color (decimal): -2182518 or 9089758. OLE color: 9089758.

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

Color convert

RGB222178138-
CMYK00.200.380.13
HSL28.57º56%70.59%-
HSV(B)28.57º37.84%87.06%-
XYZ50.6349.2130.87-
YUV186.6100.58153.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=41.26%
G=33.09%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217813800.200.380.1328.575670.59
HexDEB28A01426D1d3847
Octal33626221202446153570107
Binary1101111010110010100010100101001001101101111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB28A; }

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

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

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

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

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

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

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

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