#DDCCB3

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

Shades of Spanish White #DDCCB3

Tints of Spanish White #DDCCB3

Color information

#DDCCB3 (or 0xDDCCB3) is unknown color: approx Spanish White. HEX triplet: DD, CC and B3. RGB value is (221,204,179). Sum of RGB (Red+Green+Blue) = 221+204+179=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCB3 is #22334C. Grayscale: #CECECE. Windows color (decimal): -2241357 or 11783389. OLE color: 11783389.

HSL color Cylindrical-coordinate representation of color #DDCCB3: hue angle of 35.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCCB3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221204179-
CMYK00.080.190.13
HSL35.71º38.18%78.43%-
HSV(B)35.71º19%86.67%-
XYZ59.5561.8151.44-
YUV206.23112.63138.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=36.59%
G=33.77%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417900.080.190.1335.7138.1878.43
HexDDCCB30813D24264e
Octal33531426301023154446116
Binary110111011100110010110011010001001111011001001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCB3; }

 p { color: rgb(221,204,179); }

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

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

 a { background-color: rgb(221,204,179); }

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

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

 span { border-color: rgb(221,204,179); }

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