#DFB385

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

Shades of Brandy #DFB385

Tints of Brandy #DFB385

Color information

#DFB385 (or 0xDFB385) is unknown color: approx Brandy. HEX triplet: DF, B3 and 85. RGB value is (223,179,133). Sum of RGB (Red+Green+Blue) = 223+179+133=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB385 is #204C7A. Grayscale: #BBBBBB. Windows color (decimal): -2116731 or 8762335. OLE color: 8762335.

HSL color Cylindrical-coordinate representation of color #DFB385: hue angle of 30.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB385 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223179133-
CMYK00.200.400.13
HSL30.67º58.44%69.8%-
HSV(B)30.67º40.36%87.45%-
XYZ50.7949.6229.09-
YUV186.9197.58153.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=41.68%
G=33.46%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317913300.200.400.1330.6758.4469.8
HexDFB38501428D1f3a46
Octal33726320502450153772106
Binary1101111110110011100001010101001010001101111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB385; }

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

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

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

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

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

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

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

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