#DFB48B

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

Shades of Brandy #DFB48B

Tints of Brandy #DFB48B

Color information

#DFB48B (or 0xDFB48B) is unknown color: approx Brandy. HEX triplet: DF, B4 and 8B. RGB value is (223,180,139). Sum of RGB (Red+Green+Blue) = 223+180+139=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB48B is #204B74. Grayscale: #BCBCBC. Windows color (decimal): -2116469 or 9155807. OLE color: 9155807.

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

Color convert

RGB223180139-
CMYK00.190.380.13
HSL29.29º56.76%70.98%-
HSV(B)29.29º37.67%87.45%-
XYZ51.4150.1931.4-
YUV188.18100.25152.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=41.14%
G=33.21%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318013900.190.380.1329.2956.7670.98
HexDFB48B01326D1d3947
Octal33726421302346153571107
Binary1101111110110100100010110100111001101101111011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB48B; }

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

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

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

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

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

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

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

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