#DFCDAD

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

Shades of Spanish White #DFCDAD

Tints of Spanish White #DFCDAD

Color information

#DFCDAD (or 0xDFCDAD) is unknown color: approx Spanish White. HEX triplet: DF, CD and AD. RGB value is (223,205,173). Sum of RGB (Red+Green+Blue) = 223+205+173=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAD is #203252. Grayscale: #CECECE. Windows color (decimal): -2110035 or 11390431. OLE color: 11390431.

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

Color convert

RGB223205173-
CMYK00.080.220.13
HSL38.4º43.86%77.65%-
HSV(B)38.4º22.42%87.45%-
XYZ59.8162.3748.42-
YUV206.73108.96139.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=37.10%
G=34.11%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320517300.080.220.1338.443.8677.65
HexDFCDAD0816D262c4e
Octal33731525501026154654116
Binary110111111100110110101101010001011011011001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDAD; }

 p { color: rgb(223,205,173); }

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

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

 a { background-color: rgb(223,205,173); }

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

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

 span { border-color: rgb(223,205,173); }

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