#DDCCB1

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

Shades of Spanish White #DDCCB1

Tints of Spanish White #DDCCB1

Color information

#DDCCB1 (or 0xDDCCB1) is unknown color: approx Spanish White. HEX triplet: DD, CC and B1. RGB value is (221,204,177). Sum of RGB (Red+Green+Blue) = 221+204+177=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCB1 is #22334E. Grayscale: #CECECE. Windows color (decimal): -2241359 or 11652317. OLE color: 11652317.

HSL color Cylindrical-coordinate representation of color #DDCCB1: hue angle of 36.82º degrees, saturation: 0.39, 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 #DDCCB1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221204177-
CMYK00.080.200.13
HSL36.82º39.29%78.04%-
HSV(B)36.82º19.91%86.67%-
XYZ59.3561.7350.38-
YUV206111.63138.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=36.71%
G=33.89%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417700.080.200.1336.8239.2978.04
HexDDCCB10814D25274e
Octal33531426101024154547116
Binary110111011100110010110001010001010011011001011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCB1; }

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

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

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

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

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

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

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

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