#DFCEB9

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

Shades of Spanish White #DFCEB9

Tints of Spanish White #DFCEB9

Color information

#DFCEB9 (or 0xDFCEB9) is unknown color: approx Spanish White. HEX triplet: DF, CE and B9. RGB value is (223,206,185). Sum of RGB (Red+Green+Blue) = 223+206+185=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEB9 is #203146. Grayscale: #D0D0D0. Windows color (decimal): -2109767 or 12177119. OLE color: 12177119.

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

Color convert

RGB223206185-
CMYK00.080.170.13
HSL33.16º37.25%80%-
HSV(B)33.16º17.04%87.45%-
XYZ61.2663.3354.89-
YUV208.69114.63138.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=36.32%
G=33.55%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320618500.080.170.1333.1637.2580
HexDFCEB90811D212550
Octal33731627101021154145120
Binary110111111100111010111001010001000111011000011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEB9; }

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

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

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

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

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

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

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

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