#DDCBAD

Color #DDCBAD Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #DDCBAD

Tints of Aths Special #DDCBAD

Color information

#DDCBAD (or 0xDDCBAD) is unknown color: approx Aths Special. HEX triplet: DD, CB and AD. RGB value is (221,203,173). Sum of RGB (Red+Green+Blue) = 221+203+173=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBAD is #223452. Grayscale: #CDCDCD. Windows color (decimal): -2241619 or 11389917. OLE color: 11389917.

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

Color convert

RGB221203173-
CMYK00.080.220.13
HSL37.5º41.38%77.25%-
HSV(B)37.5º21.72%86.67%-
XYZ58.7261.148.23-
YUV204.96109.96139.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=37.02%
G=34.00%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120317300.080.220.1337.541.3877.25
HexDDCBAD0816D26294d
Octal33531325501026154651115
Binary110111011100101110101101010001011011011001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBAD; }

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

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

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

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

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

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

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

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