#DDCCAB

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

Shades of Aths Special #DDCCAB

Tints of Aths Special #DDCCAB

Color information

#DDCCAB (or 0xDDCCAB) is unknown color: approx Aths Special. HEX triplet: DD, CC and AB. RGB value is (221,204,171). Sum of RGB (Red+Green+Blue) = 221+204+171=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAB is #223354. Grayscale: #CDCDCD. Windows color (decimal): -2241365 or 11259101. OLE color: 11259101.

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

Color convert

RGB221204171-
CMYK00.080.230.13
HSL39.6º42.37%76.86%-
HSV(B)39.6º22.62%86.67%-
XYZ58.7661.547.3-
YUV205.32108.63139.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=37.08%
G=34.23%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417100.080.230.1339.642.3776.86
HexDDCCAB0817D282a4d
Octal33531425301027155052115
Binary110111011100110010101011010001011111011010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCAB; }

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

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

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

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

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

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

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

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