#DDCDB9

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

Shades of Spanish White #DDCDB9

Tints of Spanish White #DDCDB9

Color information

#DDCDB9 (or 0xDDCDB9) is unknown color: approx Spanish White. HEX triplet: DD, CD and B9. RGB value is (221,205,185). Sum of RGB (Red+Green+Blue) = 221+205+185=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDB9 is #223246. Grayscale: #CFCFCF. Windows color (decimal): -2241095 or 12176861. OLE color: 12176861.

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

Color convert

RGB221205185-
CMYK00.070.160.13
HSL33.33º34.62%79.61%-
HSV(B)33.33º16.29%86.67%-
XYZ60.4162.5454.79-
YUV207.5115.3137.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=36.17%
G=33.55%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120518500.070.160.1333.3334.6279.61
HexDDCDB90710D212350
Octal3353152710720154143120
Binary11011101110011011011100101111000011011000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDB9; }

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

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

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

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

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

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

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

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