#DDD0BA

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

Shades of Spanish White #DDD0BA

Tints of Spanish White #DDD0BA

Color information

#DDD0BA (or 0xDDD0BA) is unknown color: approx Spanish White. HEX triplet: DD, D0 and BA. RGB value is (221,208,186). Sum of RGB (Red+Green+Blue) = 221+208+186=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BA is #222F45. Grayscale: #D1D1D1. Windows color (decimal): -2240326 or 12243165. OLE color: 12243165.

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

Color convert

RGB221208186-
CMYK00.060.160.13
HSL37.71º33.98%79.8%-
HSV(B)37.71º15.84%86.67%-
XYZ61.2464.0355.59-
YUV209.38114.81136.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=35.93%
G=33.82%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120818600.060.160.1337.7133.9879.8
HexDDD0BA0610D262250
Octal3353202720620154642120
Binary11011101110100001011101001101000011011001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0BA; }

 p { color: rgb(221,208,186); }

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

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

 a { background-color: rgb(221,208,186); }

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

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

 span { border-color: rgb(221,208,186); }

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