#DFB38B

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

Shades of Brandy #DFB38B

Tints of Brandy #DFB38B

Color information

#DFB38B (or 0xDFB38B) is unknown color: approx Brandy. HEX triplet: DF, B3 and 8B. RGB value is (223,179,139). Sum of RGB (Red+Green+Blue) = 223+179+139=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB38B is #204C74. Grayscale: #BBBBBB. Windows color (decimal): -2116725 or 9155551. OLE color: 9155551.

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

Color convert

RGB223179139-
CMYK00.200.380.13
HSL28.57º56.76%70.98%-
HSV(B)28.57º37.67%87.45%-
XYZ51.2149.7931.34-
YUV187.6100.58153.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=41.22%
G=33.09%
B=25.69%

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
Decimal22317913900.200.380.1328.5756.7670.98
HexDFB38B01426D1d3947
Octal33726321302446153571107
Binary1101111110110011100010110101001001101101111011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB38B; }

 p { color: rgb(223,179,139); }

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

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

 a { background-color: rgb(223,179,139); }

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

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

 span { border-color: rgb(223,179,139); }

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