#DEB28B

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

Shades of Brandy #DEB28B

Tints of Brandy #DEB28B

Color information

#DEB28B (or 0xDEB28B) is unknown color: approx Brandy. HEX triplet: DE, B2 and 8B. RGB value is (222,178,139). Sum of RGB (Red+Green+Blue) = 222+178+139=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB28B is #214D74. Grayscale: #BABABA. Windows color (decimal): -2182517 or 9155294. OLE color: 9155294.

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

Color convert

RGB222178139-
CMYK00.200.370.13
HSL28.19º55.7%70.78%-
HSV(B)28.19º37.39%87.06%-
XYZ50.749.2331.26-
YUV186.71101.08153.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=41.19%
G=33.02%
B=25.79%

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
Decimal22217813900.200.370.1328.1955.770.78
HexDEB28B01425D1c3847
Octal33626221302445153470107
Binary1101111010110010100010110101001001011101111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB28B; }

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

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

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

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

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

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

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

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