Html Css Color HEX #DFB395 Pancho

📋 copy color: '#DFB395'

red 223 ◦ green 179 ◦ blue 149

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

Shades of Pancho #DFB395

Tints of Pancho #DFB395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 40.47%
G = 32.49%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFB395 (or 0xDFB395) is known color: Pancho. HEX triplet: DF, B3 and 95. RGB value is (223,179,149). Sum of RGB (Red+Green+Blue) = 223+179+149=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB395 is #204C6A. Grayscale: #BCBCBC. Windows color (decimal): -2116715 or 9810911. OLE color: 9810911.

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

Color convert

RGB 223 179 149 -
CMYK 0 0.20 0.33 0.13
HSL 24.32º 0.54% 0.73% -
HSV(B) 24.32º 0.33% 0.87% -
XYZ 51.98 50.1 35.36 -
YUV 188.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 223 179 149 0 0.20 0.33 0.13 24.32 0.54 0.73
Hex DF B3 95 0 14 21 D 18 36 49
Octal 337 263 225 0 24 41 15 30 66 111
Binary 11011111 10110011 10010101 0 10100 100001 1101 11000 110110 1001001

Color Harmonies of #DFB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB395

Black with #DFB395

Text Example


Text Example

White with #DFB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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