#DFB188

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

Shades of Brandy #DFB188

Tints of Brandy #DFB188

Color information

#DFB188 (or 0xDFB188) is unknown color: approx Brandy. HEX triplet: DF, B1 and 88. RGB value is (223,177,136). Sum of RGB (Red+Green+Blue) = 223+177+136=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB188 is #204E77. Grayscale: #BABABA. Windows color (decimal): -2117240 or 8958431. OLE color: 8958431.

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

Color convert

RGB223177136-
CMYK00.210.390.13
HSL28.28º57.62%70.39%-
HSV(B)28.28º39.01%87.45%-
XYZ50.648.9130.07-
YUV186.0899.74154.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=41.60%
G=33.02%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317713600.210.390.1328.2857.6270.39
HexDFB18801527D1c3a46
Octal33726121002547153472106
Binary1101111110110001100010000101011001111101111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB188; }

 p { color: rgb(223,177,136); }

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

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

 a { background-color: rgb(223,177,136); }

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

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

 span { border-color: rgb(223,177,136); }

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