#DFB58B

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

Shades of Brandy #DFB58B

Tints of Brandy #DFB58B

Color information

#DFB58B (or 0xDFB58B) is unknown color: approx Brandy. HEX triplet: DF, B5 and 8B. RGB value is (223,181,139). Sum of RGB (Red+Green+Blue) = 223+181+139=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB58B is #204A74. Grayscale: #BCBCBC. Windows color (decimal): -2116213 or 9156063. OLE color: 9156063.

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

Color convert

RGB223181139-
CMYK00.190.380.13
HSL30º56.76%70.98%-
HSV(B)30º37.67%87.45%-
XYZ51.6250.631.47-
YUV188.7799.91152.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 25.60%
R=41.07%
G=33.33%
B=25.60%

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
Decimal22318113900.190.380.133056.7670.98
HexDFB58B01326D1e3947
Octal33726521302346153671107
Binary1101111110110101100010110100111001101101111101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB58B; }

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

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

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

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

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

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

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

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