#DFB88A

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

Shades of Brandy #DFB88A

Tints of Brandy #DFB88A

Color information

#DFB88A (or 0xDFB88A) is unknown color: approx Brandy. HEX triplet: DF, B8 and 8A. RGB value is (223,184,138). Sum of RGB (Red+Green+Blue) = 223+184+138=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB88A is #204775. Grayscale: #BEBEBE. Windows color (decimal): -2115446 or 9091295. OLE color: 9091295.

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

Color convert

RGB223184138-
CMYK00.170.380.13
HSL32.47º57.05%70.78%-
HSV(B)32.47º38.12%87.45%-
XYZ52.1651.831.29-
YUV190.4298.42151.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=40.92%
G=33.76%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318413800.170.380.1332.4757.0570.78
HexDFB88A01126D203947
Octal33727021202146154071107
Binary11011111101110001000101001000110011011011000001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB88A; }

 p { color: rgb(223,184,138); }

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

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

 a { background-color: rgb(223,184,138); }

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

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

 span { border-color: rgb(223,184,138); }

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