Html Css Color HEX #DFB093 Pancho

📋 copy color: '#DFB093'

red 223 ◦ green 176 ◦ blue 147

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

Shades of Pancho #DFB093

Tints of Pancho #DFB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.23%

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

R = 40.84%
G = 32.23%
B = 26.92%

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

#DFB093 (or 0xDFB093) is known color: Pancho. HEX triplet: DF, B0 and 93. RGB value is (223,176,147). Sum of RGB (Red+Green+Blue) = 223+176+147=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB093 is #204F6C. Grayscale: #BABABA. Windows color (decimal): -2117485 or 9679071. OLE color: 9679071.

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

Color convert

RGB 223 176 147 -
CMYK 0 0.21 0.34 0.13
HSL 22.89º 0.54% 0.73% -
HSV(B) 22.89º 0.34% 0.87% -
XYZ 51.22 48.85 34.33 -
YUV 186.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 223 176 147 0 0.21 0.34 0.13 22.89 0.54 0.73
Hex DF B0 93 0 15 22 D 17 36 49
Octal 337 260 223 0 25 42 15 27 66 111
Binary 11011111 10110000 10010011 0 10101 100010 1101 10111 110110 1001001

Color Harmonies of #DFB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB093

Black with #DFB093

Text Example


Text Example

White with #DFB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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