#DFD3B1

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

Shades of Spanish White #DFD3B1

Tints of Spanish White #DFD3B1

Color information

#DFD3B1 (or 0xDFD3B1) is unknown color: approx Spanish White. HEX triplet: DF, D3 and B1. RGB value is (223,211,177). Sum of RGB (Red+Green+Blue) = 223+211+177=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3B1 is #202C4E. Grayscale: #D2D2D2. Windows color (decimal): -2108495 or 11654111. OLE color: 11654111.

HSL color Cylindrical-coordinate representation of color #DFD3B1: hue angle of 44.35º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFD3B1 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223211177-
CMYK00.050.210.13
HSL44.35º41.82%78.43%-
HSV(B)44.35º20.63%87.45%-
XYZ61.6665.4550.98-
YUV210.71108.98136.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=36.50%
G=34.53%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117700.050.210.1344.3541.8278.43
HexDFD3B10515D2c2a4e
Octal3373232610525155452116
Binary11011111110100111011000101011010111011011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3B1; }

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

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

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

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

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

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

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

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