#DFCEAB

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

Shades of Spanish White #DFCEAB

Tints of Spanish White #DFCEAB

Color information

#DFCEAB (or 0xDFCEAB) is unknown color: approx Spanish White. HEX triplet: DF, CE and AB. RGB value is (223,206,171). Sum of RGB (Red+Green+Blue) = 223+206+171=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEAB is #203154. Grayscale: #CFCFCF. Windows color (decimal): -2109781 or 11259615. OLE color: 11259615.

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

Color convert

RGB223206171-
CMYK00.080.230.13
HSL40.38º44.83%77.25%-
HSV(B)40.38º23.32%87.45%-
XYZ59.8562.7747.49-
YUV207.09107.63139.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=37.17%
G=34.33%
B=28.5%

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
Decimal22320617100.080.230.1340.3844.8377.25
HexDFCEAB0817D282d4d
Octal33731625301027155055115
Binary110111111100111010101011010001011111011010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEAB; }

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

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

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

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

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

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

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

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