#DDC993

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

Shades of Double Colonial White #DDC993

Tints of Double Colonial White #DDC993

Color information

#DDC993 (or 0xDDC993) is unknown color: approx Double Colonial White. HEX triplet: DD, C9 and 93. RGB value is (221,201,147). Sum of RGB (Red+Green+Blue) = 221+201+147=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC993 is #22366C. Grayscale: #C9C9C9. Windows color (decimal): -2242157 or 9685469. OLE color: 9685469.

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

Color convert

RGB221201147-
CMYK00.090.330.13
HSL43.78º52.11%72.16%-
HSV(B)43.78º33.48%86.67%-
XYZ55.9759.2536.09-
YUV200.8297.63142.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=38.84%
G=35.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120114700.090.330.1343.7852.1172.16
HexDDC9930921D2c3448
Octal33531122301141155464110
Binary1101110111001001100100110100110000111011011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC993; }

 p { color: rgb(221,201,147); }

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

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

 a { background-color: rgb(221,201,147); }

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

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

 span { border-color: rgb(221,201,147); }

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