#DFB68B

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

Shades of Brandy #DFB68B

Tints of Brandy #DFB68B

Color information

#DFB68B (or 0xDFB68B) is unknown color: approx Brandy. HEX triplet: DF, B6 and 8B. RGB value is (223,182,139). Sum of RGB (Red+Green+Blue) = 223+182+139=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB68B is #204974. Grayscale: #BDBDBD. Windows color (decimal): -2115957 or 9156319. OLE color: 9156319.

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

Color convert

RGB223182139-
CMYK00.180.380.13
HSL30.71º56.76%70.98%-
HSV(B)30.71º37.67%87.45%-
XYZ51.8251.0131.54-
YUV189.3699.58152-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 139 (54.69% from 255) = 25.55%
R=40.99%
G=33.46%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318213900.180.380.1330.7156.7670.98
HexDFB68B01226D1f3947
Octal33726621302246153771107
Binary1101111110110110100010110100101001101101111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB68B; }

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

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

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

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

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

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

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

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