#DDCBB3

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

Shades of Spanish White #DDCBB3

Tints of Spanish White #DDCBB3

Color information

#DDCBB3 (or 0xDDCBB3) is unknown color: approx Spanish White. HEX triplet: DD, CB and B3. RGB value is (221,203,179). Sum of RGB (Red+Green+Blue) = 221+203+179=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBB3 is #22344C. Grayscale: #CDCDCD. Windows color (decimal): -2241613 or 11783133. OLE color: 11783133.

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

Color convert

RGB221203179-
CMYK00.080.190.13
HSL34.29º38.18%78.43%-
HSV(B)34.29º19%86.67%-
XYZ59.3161.3451.36-
YUV205.65112.96138.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=36.65%
G=33.67%
B=29.68%

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
Decimal22120317900.080.190.1334.2938.1878.43
HexDDCBB30813D22264e
Octal33531326301023154246116
Binary110111011100101110110011010001001111011000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBB3; }

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

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

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

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

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

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

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

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