#DFD1B6

Color #DFD1B6 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #DFD1B6

Tints of Spanish White #DFD1B6

Color information

#DFD1B6 (or 0xDFD1B6) is unknown color: approx Spanish White. HEX triplet: DF, D1 and B6. RGB value is (223,209,182). Sum of RGB (Red+Green+Blue) = 223+209+182=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1B6 is #202E49. Grayscale: #D2D2D2. Windows color (decimal): -2109002 or 11981279. OLE color: 11981279.

HSL color Cylindrical-coordinate representation of color #DFD1B6: hue angle of 39.51º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD1B6 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223209182-
CMYK00.060.180.13
HSL39.51º39.05%79.41%-
HSV(B)39.51º18.39%87.45%-
XYZ61.6864.6753.49-
YUV210.11112.14137.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=36.32%
G=34.04%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320918200.060.180.1339.5139.0579.41
HexDFD1B60612D28274f
Octal3373212660622155047117
Binary11011111110100011011011001101001011011010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1B6; }

 p { color: rgb(223,209,182); }

 H1.HeaderClassName
 {
   color: #DFD1B6;
 }
 .AnyTagClassName
 {
   color: #DFD1B6;
 }
</style>
background-color css

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

 a { background-color: rgb(223,209,182); }

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

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

 span { border-color: rgb(223,209,182); }

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