Html Css Color HEX #DFB18A Brandy

📋 copy color: '#DFB18A'

red 223 ◦ green 177 ◦ blue 138

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

Shades of Brandy #DFB18A

Tints of Brandy #DFB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 41.45%
G = 32.9%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFB18A (or 0xDFB18A) is known color: Brandy. HEX triplet: DF, B1 and 8A. RGB value is (223,177,138). Sum of RGB (Red+Green+Blue) = 223+177+138=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB18A is #204E75. Grayscale: #BABABA. Windows color (decimal): -2117238 or 9089503. OLE color: 9089503.

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

Color convert

RGB 223 177 138 -
CMYK 0 0.21 0.38 0.13
HSL 27.53º 0.57% 0.71% -
HSV(B) 27.53º 0.38% 0.87% -
XYZ 50.74 48.97 30.82 -
YUV 186.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 223 177 138 0 0.21 0.38 0.13 27.53 0.57 0.71
Hex DF B1 8A 0 15 26 D 1C 39 47
Octal 337 261 212 0 25 46 15 34 71 107
Binary 11011111 10110001 10001010 0 10101 100110 1101 11100 111001 1000111

Color Harmonies of #DFB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB18A

Black with #DFB18A

Text Example


Text Example

White with #DFB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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