#DDD1B9

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

Shades of Spanish White #DDD1B9

Tints of Spanish White #DDD1B9

Color information

#DDD1B9 (or 0xDDD1B9) is unknown color: approx Spanish White. HEX triplet: DD, D1 and B9. RGB value is (221,209,185). Sum of RGB (Red+Green+Blue) = 221+209+185=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1B9 is #222E46. Grayscale: #D1D1D1. Windows color (decimal): -2240071 or 12177885. OLE color: 12177885.

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

Color convert

RGB221209185-
CMYK00.050.160.13
HSL40º34.62%79.61%-
HSV(B)40º16.29%86.67%-
XYZ61.3864.4855.11-
YUV209.85113.98135.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=35.93%
G=33.98%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120918500.050.160.134034.6279.61
HexDDD1B90510D282350
Octal3353212710520155043120
Binary11011101110100011011100101011000011011010001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1B9; }

 p { color: rgb(221,209,185); }

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

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

 a { background-color: rgb(221,209,185); }

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

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

 span { border-color: rgb(221,209,185); }

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