#DFB487

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

Shades of Brandy #DFB487

Tints of Brandy #DFB487

Color information

#DFB487 (or 0xDFB487) is unknown color: approx Brandy. HEX triplet: DF, B4 and 87. RGB value is (223,180,135). Sum of RGB (Red+Green+Blue) = 223+180+135=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB487 is #204B78. Grayscale: #BBBBBB. Windows color (decimal): -2116473 or 8893663. OLE color: 8893663.

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

Color convert

RGB223180135-
CMYK00.190.390.13
HSL30.68º57.89%70.2%-
HSV(B)30.68º39.46%87.45%-
XYZ51.1350.0829.89-
YUV187.7398.25153.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=41.45%
G=33.46%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318013500.190.390.1330.6857.8970.2
HexDFB48701327D1f3a46
Octal33726420702347153772106
Binary1101111110110100100001110100111001111101111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB487; }

 p { color: rgb(223,180,135); }

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

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

 a { background-color: rgb(223,180,135); }

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

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

 span { border-color: rgb(223,180,135); }

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