Html Css Color HEX #DFB493 Pancho

📋 copy color: '#DFB493'

red 223 ◦ green 180 ◦ blue 147

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

Shades of Pancho #DFB493

Tints of Pancho #DFB493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.73%

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 40.55%
G = 32.73%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFB493 (or 0xDFB493) is known color: Pancho. HEX triplet: DF, B4 and 93. RGB value is (223,180,147). Sum of RGB (Red+Green+Blue) = 223+180+147=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB493 is #204B6C. Grayscale: #BDBDBD. Windows color (decimal): -2116461 or 9680095. OLE color: 9680095.

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

Color convert

RGB 223 180 147 -
CMYK 0 0.19 0.34 0.13
HSL 26.05º 0.54% 0.73% -
HSV(B) 26.05º 0.34% 0.87% -
XYZ 52.02 50.44 34.6 -
YUV 189.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 223 180 147 0 0.19 0.34 0.13 26.05 0.54 0.73
Hex DF B4 93 0 13 22 D 1A 36 49
Octal 337 264 223 0 23 42 15 32 66 111
Binary 11011111 10110100 10010011 0 10011 100010 1101 11010 110110 1001001

Color Harmonies of #DFB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB493

Black with #DFB493

Text Example


Text Example

White with #DFB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB493; }

 p { color: rgb(223,180,147); }

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

background-color css

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

 a { background-color: rgb(223,180,147); }

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

border-color css

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

 span { border-color: rgb(223,180,147); }

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