Html Css Color HEX #DFB595 Pancho

📋 copy color: '#DFB595'

red 223 ◦ green 181 ◦ blue 149

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

Shades of Pancho #DFB595

Tints of Pancho #DFB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

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

R = 40.33%
G = 32.73%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFB595 (or 0xDFB595) is known color: Pancho. HEX triplet: DF, B5 and 95. RGB value is (223,181,149). Sum of RGB (Red+Green+Blue) = 223+181+149=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB595 is #204A6A. Grayscale: #BEBEBE. Windows color (decimal): -2116203 or 9811423. OLE color: 9811423.

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

Color convert

RGB 223 181 149 -
CMYK 0 0.19 0.33 0.13
HSL 25.95º 0.54% 0.73% -
HSV(B) 25.95º 0.33% 0.87% -
XYZ 52.38 50.91 35.5 -
YUV 189.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 223 181 149 0 0.19 0.33 0.13 25.95 0.54 0.73
Hex DF B5 95 0 13 21 D 1A 36 49
Octal 337 265 225 0 23 41 15 32 66 111
Binary 11011111 10110101 10010101 0 10011 100001 1101 11010 110110 1001001

Color Harmonies of #DFB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB595

Black with #DFB595

Text Example


Text Example

White with #DFB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB595; }

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

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

background-color css

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

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

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

border-color css

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

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

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