#DDCBB5

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

Shades of Spanish White #DDCBB5

Tints of Spanish White #DDCBB5

Color information

#DDCBB5 (or 0xDDCBB5) is unknown color: approx Spanish White. HEX triplet: DD, CB and B5. RGB value is (221,203,181). Sum of RGB (Red+Green+Blue) = 221+203+181=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBB5 is #22344A. Grayscale: #CDCDCD. Windows color (decimal): -2241611 or 11914205. OLE color: 11914205.

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

Color convert

RGB221203181-
CMYK00.080.180.13
HSL33º37.04%78.82%-
HSV(B)33º18.1%86.67%-
XYZ59.5261.4252.43-
YUV205.87113.96138.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=36.53%
G=33.55%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120318100.080.180.133337.0478.82
HexDDCBB50812D21254f
Octal33531326501022154145117
Binary110111011100101110110101010001001011011000011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBB5; }

 p { color: rgb(221,203,181); }

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

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

 a { background-color: rgb(221,203,181); }

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

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

 span { border-color: rgb(221,203,181); }

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