Html Css Color HEX #DFB387 Brandy

📋 copy color: '#DFB387'

red 223 ◦ green 179 ◦ blue 135

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

Shades of Brandy #DFB387

Tints of Brandy #DFB387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.14%

R = 41.53%
G = 33.33%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFB387 (or 0xDFB387) is known color: Brandy. HEX triplet: DF, B3 and 87. RGB value is (223,179,135). Sum of RGB (Red+Green+Blue) = 223+179+135=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB387 is #204C78. Grayscale: #BBBBBB. Windows color (decimal): -2116729 or 8893407. OLE color: 8893407.

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

Color convert

RGB 223 179 135 -
CMYK 0 0.20 0.39 0.13
HSL 30º 0.58% 0.7% -
HSV(B) 30º 0.39% 0.87% -
XYZ 50.92 49.68 29.83 -
YUV 187.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 223 179 135 0 0.20 0.39 0.13 30 0.58 0.7
Hex DF B3 87 0 14 27 D 1E 3A 46
Octal 337 263 207 0 24 47 15 36 72 106
Binary 11011111 10110011 10000111 0 10100 100111 1101 11110 111010 1000110

Color Harmonies of #DFB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB387

Black with #DFB387

Text Example


Text Example

White with #DFB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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