#DFD1AE

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

Shades of Spanish White #DFD1AE

Tints of Spanish White #DFD1AE

Color information

#DFD1AE (or 0xDFD1AE) is unknown color: approx Spanish White. HEX triplet: DF, D1 and AE. RGB value is (223,209,174). Sum of RGB (Red+Green+Blue) = 223+209+174=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1AE is #202E51. Grayscale: #D1D1D1. Windows color (decimal): -2109010 or 11456991. OLE color: 11456991.

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

Color convert

RGB223209174-
CMYK00.060.220.13
HSL42.86º43.36%77.84%-
HSV(B)42.86º21.97%87.45%-
XYZ60.8764.3449.26-
YUV209.2108.14137.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=36.80%
G=34.49%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320917400.060.220.1342.8643.3677.84
HexDFD1AE0616D2b2b4e
Octal3373212560626155353116
Binary11011111110100011010111001101011011011010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1AE; }

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

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

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

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

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

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

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

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