#DFCEB0

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

Shades of Spanish White #DFCEB0

Tints of Spanish White #DFCEB0

Color information

#DFCEB0 (or 0xDFCEB0) is unknown color: approx Spanish White. HEX triplet: DF, CE and B0. RGB value is (223,206,176). Sum of RGB (Red+Green+Blue) = 223+206+176=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEB0 is #20314F. Grayscale: #CFCFCF. Windows color (decimal): -2109776 or 11587295. OLE color: 11587295.

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

Color convert

RGB223206176-
CMYK00.080.210.13
HSL38.3º42.34%78.24%-
HSV(B)38.3º21.08%87.45%-
XYZ60.3462.9750.05-
YUV207.66110.13138.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=36.86%
G=34.05%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320617600.080.210.1338.342.3478.24
HexDFCEB00815D262a4e
Octal33731626001025154652116
Binary110111111100111010110000010001010111011001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEB0; }

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

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

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

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

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

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

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

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