#DDC895

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

Shades of Double Colonial White #DDC895

Tints of Double Colonial White #DDC895

Color information

#DDC895 (or 0xDDC895) is unknown color: approx Double Colonial White. HEX triplet: DD, C8 and 95. RGB value is (221,200,149). Sum of RGB (Red+Green+Blue) = 221+200+149=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC895 is #22376A. Grayscale: #C8C8C8. Windows color (decimal): -2242411 or 9816285. OLE color: 9816285.

HSL color Cylindrical-coordinate representation of color #DDC895: hue angle of 42.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC895 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221200149-
CMYK00.100.330.13
HSL42.5º51.43%72.55%-
HSV(B)42.5º32.58%86.67%-
XYZ55.958.8536.85-
YUV200.4698.96142.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=38.77%
G=35.09%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120014900.100.330.1342.551.4372.55
HexDDC8950A21D2a3349
Octal33531022501241155263111
Binary1101110111001000100101010101010000111011010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC895; }

 p { color: rgb(221,200,149); }

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

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

 a { background-color: rgb(221,200,149); }

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

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

 span { border-color: rgb(221,200,149); }

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