#DDD3B9

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

Shades of Spanish White #DDD3B9

Tints of Spanish White #DDD3B9

Color information

#DDD3B9 (or 0xDDD3B9) is unknown color: approx Spanish White. HEX triplet: DD, D3 and B9. RGB value is (221,211,185). Sum of RGB (Red+Green+Blue) = 221+211+185=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3B9 is #222C46. Grayscale: #D3D3D3. Windows color (decimal): -2239559 or 12178397. OLE color: 12178397.

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

Color convert

RGB221211185-
CMYK00.050.160.13
HSL43.33º34.62%79.61%-
HSV(B)43.33º16.29%86.67%-
XYZ61.8765.4655.27-
YUV211.03113.31135.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=35.82%
G=34.20%
B=29.98%

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
Decimal22121118500.050.160.1343.3334.6279.61
HexDDD3B90510D2b2350
Octal3353232710520155343120
Binary11011101110100111011100101011000011011010111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3B9; }

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

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

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

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

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

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

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

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