Html Css Color HEX #DFB388 Brandy

📋 copy color: '#DFB388'

red 223 ◦ green 179 ◦ blue 136

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

Shades of Brandy #DFB388

Tints of Brandy #DFB388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.28%

R = 41.45%
G = 33.27%
B = 25.28%

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

#DFB388 (or 0xDFB388) is known color: Brandy. HEX triplet: DF, B3 and 88. RGB value is (223,179,136). Sum of RGB (Red+Green+Blue) = 223+179+136=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB388 is #204C77. Grayscale: #BBBBBB. Windows color (decimal): -2116728 or 8958943. OLE color: 8958943.

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

Color convert

RGB 223 179 136 -
CMYK 0 0.20 0.39 0.13
HSL 29.66º 0.58% 0.7% -
HSV(B) 29.66º 0.39% 0.87% -
XYZ 51 49.71 30.2 -
YUV 187.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 223 179 136 0 0.20 0.39 0.13 29.66 0.58 0.7
Hex DF B3 88 0 14 27 D 1E 3A 46
Octal 337 263 210 0 24 47 15 36 72 106
Binary 11011111 10110011 10001000 0 10100 100111 1101 11110 111010 1000110

Color Harmonies of #DFB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB388

Black with #DFB388

Text Example


Text Example

White with #DFB388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB388; }

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

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

background-color css

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

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

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

border-color css

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

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

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