#DEB98B

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

Shades of Brandy #DEB98B

Tints of Brandy #DEB98B

Color information

#DEB98B (or 0xDEB98B) is unknown color: approx Brandy. HEX triplet: DE, B9 and 8B. RGB value is (222,185,139). Sum of RGB (Red+Green+Blue) = 222+185+139=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98B is #214674. Grayscale: #BFBFBF. Windows color (decimal): -2180725 or 9157086. OLE color: 9157086.

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

Color convert

RGB222185139-
CMYK00.170.370.13
HSL33.25º55.7%70.78%-
HSV(B)33.25º37.39%87.06%-
XYZ52.1352.0931.73-
YUV190.8298.76150.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=40.66%
G=33.88%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218513900.170.370.1333.2555.770.78
HexDEB98B01125D213847
Octal33627121302145154170107
Binary11011110101110011000101101000110010111011000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB98B; }

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

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

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

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

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

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

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

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