Html Css Color HEX #DFB396 Pancho

📋 copy color: '#DFB396'

red 223 ◦ green 179 ◦ blue 150

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

Shades of Pancho #DFB396

Tints of Pancho #DFB396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 40.4%
G = 32.43%
B = 27.17%

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

#DFB396 (or 0xDFB396) is known color: Pancho. HEX triplet: DF, B3 and 96. RGB value is (223,179,150). Sum of RGB (Red+Green+Blue) = 223+179+150=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB396 is #204C69. Grayscale: #BDBDBD. Windows color (decimal): -2116714 or 9876447. OLE color: 9876447.

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

Color convert

RGB 223 179 150 -
CMYK 0 0.20 0.33 0.13
HSL 23.84º 0.53% 0.73% -
HSV(B) 23.84º 0.33% 0.87% -
XYZ 52.06 50.13 35.79 -
YUV 188.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 223 179 150 0 0.20 0.33 0.13 23.84 0.53 0.73
Hex DF B3 96 0 14 21 D 18 35 49
Octal 337 263 226 0 24 41 15 30 65 111
Binary 11011111 10110011 10010110 0 10100 100001 1101 11000 110101 1001001

Color Harmonies of #DFB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB396

Black with #DFB396

Text Example


Text Example

White with #DFB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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