#DFCDAB

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

Shades of Spanish White #DFCDAB

Tints of Spanish White #DFCDAB

Color information

#DFCDAB (or 0xDFCDAB) is unknown color: approx Spanish White. HEX triplet: DF, CD and AB. RGB value is (223,205,171). Sum of RGB (Red+Green+Blue) = 223+205+171=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAB is #203254. Grayscale: #CECECE. Windows color (decimal): -2110037 or 11259359. OLE color: 11259359.

HSL color Cylindrical-coordinate representation of color #DFCDAB: hue angle of 39.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFCDAB is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223205171-
CMYK00.080.230.13
HSL39.23º44.83%77.25%-
HSV(B)39.23º23.32%87.45%-
XYZ59.6162.2947.41-
YUV206.51107.96139.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=37.23%
G=34.22%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320517100.080.230.1339.2344.8377.25
HexDFCDAB0817D272d4d
Octal33731525301027154755115
Binary110111111100110110101011010001011111011001111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDAB; }

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

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

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

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

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

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

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

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