Html Css Color HEX #DFB193 Pancho

📋 copy color: '#DFB193'

red 223 ◦ green 177 ◦ blue 147

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

Shades of Pancho #DFB193

Tints of Pancho #DFB193

RGB

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

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

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

R = 40.77%
G = 32.36%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFB193 (or 0xDFB193) is known color: Pancho. HEX triplet: DF, B1 and 93. RGB value is (223,177,147). Sum of RGB (Red+Green+Blue) = 223+177+147=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB193 is #204E6C. Grayscale: #BBBBBB. Windows color (decimal): -2117229 or 9679327. OLE color: 9679327.

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

Color convert

RGB 223 177 147 -
CMYK 0 0.21 0.34 0.13
HSL 23.68º 0.54% 0.73% -
HSV(B) 23.68º 0.34% 0.87% -
XYZ 51.42 49.24 34.4 -
YUV 187.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 223 177 147 0 0.21 0.34 0.13 23.68 0.54 0.73
Hex DF B1 93 0 15 22 D 18 36 49
Octal 337 261 223 0 25 42 15 30 66 111
Binary 11011111 10110001 10010011 0 10101 100010 1101 11000 110110 1001001

Color Harmonies of #DFB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB193

Black with #DFB193

Text Example


Text Example

White with #DFB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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