#DEBB8D

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

Shades of Brandy #DEBB8D

Tints of Brandy #DEBB8D

Color information

#DEBB8D (or 0xDEBB8D) is unknown color: approx Brandy. HEX triplet: DE, BB and 8D. RGB value is (222,187,141). Sum of RGB (Red+Green+Blue) = 222+187+141=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB8D is #214472. Grayscale: #C0C0C0. Windows color (decimal): -2180211 or 9288670. OLE color: 9288670.

HSL color Cylindrical-coordinate representation of color #DEBB8D: hue angle of 34.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEBB8D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222187141-
CMYK00.160.360.13
HSL34.07º55.1%71.18%-
HSV(B)34.07º36.49%87.06%-
XYZ52.752.9932.65-
YUV192.2299.1149.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=40.36%
G=34%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218714100.160.360.1334.0755.171.18
HexDEBB8D01024D223747
Octal33627321502044154267107
Binary11011110101110111000110101000010010011011000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB8D; }

 p { color: rgb(222,187,141); }

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

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

 a { background-color: rgb(222,187,141); }

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

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

 span { border-color: rgb(222,187,141); }

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