#DACDB1

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

Shades of Aths Special #DACDB1

Tints of Aths Special #DACDB1

Color information

#DACDB1 (or 0xDACDB1) is unknown color: approx Aths Special. HEX triplet: DA, CD and B1. RGB value is (218,205,177). Sum of RGB (Red+Green+Blue) = 218+205+177=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACDB1 is #25324E. Grayscale: #CDCDCD. Windows color (decimal): -2437711 or 11652570. OLE color: 11652570.

HSL color Cylindrical-coordinate representation of color #DACDB1: hue angle of 40.98º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACDB1 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218205177-
CMYK00.060.190.15
HSL40.98º35.65%77.45%-
HSV(B)40.98º18.81%85.49%-
XYZ58.6861.7450.42-
YUV205.7111.81136.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=36.33%
G=34.17%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820517700.060.190.1540.9835.6577.45
HexDACDB10613F29244d
Octal3323152610623175144115
Binary11011010110011011011000101101001111111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDB1; }

 p { color: rgb(218,205,177); }

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

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

 a { background-color: rgb(218,205,177); }

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

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

 span { border-color: rgb(218,205,177); }

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