#DDCDB0

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

Shades of Spanish White #DDCDB0

Tints of Spanish White #DDCDB0

Color information

#DDCDB0 (or 0xDDCDB0) is unknown color: approx Spanish White. HEX triplet: DD, CD and B0. RGB value is (221,205,176). Sum of RGB (Red+Green+Blue) = 221+205+176=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDB0 is #22324F. Grayscale: #CECECE. Windows color (decimal): -2241104 or 11587037. OLE color: 11587037.

HSL color Cylindrical-coordinate representation of color #DDCDB0: hue angle of 38.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCDB0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221205176-
CMYK00.070.200.13
HSL38.67º39.82%77.84%-
HSV(B)38.67º20.36%86.67%-
XYZ59.4962.1749.94-
YUV206.48110.8138.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 176 (69.14% from 255) = 29.24%
R=36.71%
G=34.05%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120517600.070.200.1338.6739.8277.84
HexDDCDB00714D27284e
Octal3353152600724154750116
Binary11011101110011011011000001111010011011001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDB0; }

 p { color: rgb(221,205,176); }

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

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

 a { background-color: rgb(221,205,176); }

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

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

 span { border-color: rgb(221,205,176); }

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