#DEBA8D

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

Shades of Brandy #DEBA8D

Tints of Brandy #DEBA8D

Color information

#DEBA8D (or 0xDEBA8D) is unknown color: approx Brandy. HEX triplet: DE, BA and 8D. RGB value is (222,186,141). Sum of RGB (Red+Green+Blue) = 222+186+141=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA8D is #214572. Grayscale: #BFBFBF. Windows color (decimal): -2180467 or 9288414. OLE color: 9288414.

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

Color convert

RGB222186141-
CMYK00.160.360.13
HSL33.33º55.1%71.18%-
HSV(B)33.33º36.49%87.06%-
XYZ52.4952.5732.58-
YUV191.6399.43149.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=40.44%
G=33.88%
B=25.68%

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
Decimal22218614100.160.360.1333.3355.171.18
HexDEBA8D01024D213747
Octal33627221502044154167107
Binary11011110101110101000110101000010010011011000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA8D; }

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

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

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

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

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

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

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

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