#DDCDAB

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

Shades of Aths Special #DDCDAB

Tints of Aths Special #DDCDAB

Color information

#DDCDAB (or 0xDDCDAB) is unknown color: approx Aths Special. HEX triplet: DD, CD and AB. RGB value is (221,205,171). Sum of RGB (Red+Green+Blue) = 221+205+171=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAB is #223254. Grayscale: #CECECE. Windows color (decimal): -2241109 or 11259357. OLE color: 11259357.

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

Color convert

RGB221205171-
CMYK00.070.230.13
HSL40.8º42.37%76.86%-
HSV(B)40.8º22.62%86.67%-
XYZ5961.9847.38-
YUV205.91108.3138.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=37.02%
G=34.34%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120517100.070.230.1340.842.3776.86
HexDDCDAB0717D292a4d
Octal3353152530727155152115
Binary11011101110011011010101101111011111011010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDAB; }

 p { color: rgb(221,205,171); }

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

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

 a { background-color: rgb(221,205,171); }

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

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

 span { border-color: rgb(221,205,171); }

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