#DDD2BA

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

Shades of Spanish White #DDD2BA

Tints of Spanish White #DDD2BA

Color information

#DDD2BA (or 0xDDD2BA) is unknown color: approx Spanish White. HEX triplet: DD, D2 and BA. RGB value is (221,210,186). Sum of RGB (Red+Green+Blue) = 221+210+186=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BA is #222D45. Grayscale: #D2D2D2. Windows color (decimal): -2239814 or 12243677. OLE color: 12243677.

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

Color convert

RGB221210186-
CMYK00.050.160.13
HSL41.14º33.98%79.8%-
HSV(B)41.14º15.84%86.67%-
XYZ61.7365.0155.75-
YUV210.55114.14135.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=35.82%
G=34.04%
B=30.15%

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
Decimal22121018600.050.160.1341.1433.9879.8
HexDDD2BA0510D292250
Octal3353222720520155142120
Binary11011101110100101011101001011000011011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2BA; }

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

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

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

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

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

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

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

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