Html Css Color HEX #DFB386 Brandy

📋 copy color: '#DFB386'

red 223 ◦ green 179 ◦ blue 134

#DFB386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy #DFB386

Tints of Brandy #DFB386

RGB

 RED value IS 223 (87.5% from 255) = 41.6%

 GREEN value IS 179 (70.31% from 255) = 33.4%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 41.6%
G = 33.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFB386 (or 0xDFB386) is known color: Brandy. HEX triplet: DF, B3 and 86. RGB value is (223,179,134). Sum of RGB (Red+Green+Blue) = 223+179+134=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB386 is #204C79. Grayscale: #BBBBBB. Windows color (decimal): -2116730 or 8827871. OLE color: 8827871.

HSL color Cylindrical-coordinate representation of color #DFB386: hue angle of 30.34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB386 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 134 -
CMYK 0 0.20 0.40 0.13
HSL 30.34º 0.58% 0.7% -
HSV(B) 30.34º 0.4% 0.87% -
XYZ 50.85 49.65 29.46 -
YUV 187.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 223 179 134 0 0.20 0.40 0.13 30.34 0.58 0.7
Hex DF B3 86 0 14 28 D 1E 3A 46
Octal 337 263 206 0 24 50 15 36 72 106
Binary 11011111 10110011 10000110 0 10100 101000 1101 11110 111010 1000110

Color Harmonies of #DFB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB386

Black with #DFB386

Text Example


Text Example

White with #DFB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB386; }

 p { color: rgb(223,179,134); }

 H1.HeaderClassName
 {
   color: #DFB386;
 }
 .AnyTagClassName
 {
   color: #DFB386;
 }
</style>

background-color css

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

 a { background-color: rgb(223,179,134); }

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

border-color css

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

 span { border-color: rgb(223,179,134); }

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