#DFD1B3

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

Shades of Spanish White #DFD1B3

Tints of Spanish White #DFD1B3

Color information

#DFD1B3 (or 0xDFD1B3) is unknown color: approx Spanish White. HEX triplet: DF, D1 and B3. RGB value is (223,209,179). Sum of RGB (Red+Green+Blue) = 223+209+179=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1B3 is #202E4C. Grayscale: #D1D1D1. Windows color (decimal): -2109005 or 11784671. OLE color: 11784671.

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

Color convert

RGB223209179-
CMYK00.060.200.13
HSL40.91º40.74%78.82%-
HSV(B)40.91º19.73%87.45%-
XYZ61.3764.5451.87-
YUV209.77110.64137.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=36.50%
G=34.21%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320917900.060.200.1340.9140.7478.82
HexDFD1B30614D29294f
Octal3373212630624155151117
Binary11011111110100011011001101101010011011010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1B3; }

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

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

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

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

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

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

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

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