#DFCEB6

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

Shades of Spanish White #DFCEB6

Tints of Spanish White #DFCEB6

Color information

#DFCEB6 (or 0xDFCEB6) is unknown color: approx Spanish White. HEX triplet: DF, CE and B6. RGB value is (223,206,182). Sum of RGB (Red+Green+Blue) = 223+206+182=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEB6 is #203149. Grayscale: #D0D0D0. Windows color (decimal): -2109770 or 11980511. OLE color: 11980511.

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

Color convert

RGB223206182-
CMYK00.080.180.13
HSL35.12º39.05%79.41%-
HSV(B)35.12º18.39%87.45%-
XYZ60.9563.2153.24-
YUV208.35113.13138.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=36.50%
G=33.72%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320618200.080.180.1335.1239.0579.41
HexDFCEB60812D23274f
Octal33731626601022154347117
Binary110111111100111010110110010001001011011000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEB6; }

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

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

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

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

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

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

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

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