#DFD1AF

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

Shades of Spanish White #DFD1AF

Tints of Spanish White #DFD1AF

Color information

#DFD1AF (or 0xDFD1AF) is unknown color: approx Spanish White. HEX triplet: DF, D1 and AF. RGB value is (223,209,175). Sum of RGB (Red+Green+Blue) = 223+209+175=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1AF is #202E50. Grayscale: #D1D1D1. Windows color (decimal): -2109009 or 11522527. OLE color: 11522527.

HSL color Cylindrical-coordinate representation of color #DFD1AF: hue angle of 42.5º 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 #DFD1AF is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223209175-
CMYK00.060.220.13
HSL42.5º42.86%78.04%-
HSV(B)42.5º21.52%87.45%-
XYZ60.9764.3849.77-
YUV209.31108.64137.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=36.74%
G=34.43%
B=28.83%

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
Decimal22320917500.060.220.1342.542.8678.04
HexDFD1AF0616D2a2b4e
Octal3373212570626155253116
Binary11011111110100011010111101101011011011010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1AF; }

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

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

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

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

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

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

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

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