#DACBB0

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

Shades of Aths Special #DACBB0

Tints of Aths Special #DACBB0

Color information

#DACBB0 (or 0xDACBB0) is unknown color: approx Aths Special. HEX triplet: DA, CB and B0. RGB value is (218,203,176). Sum of RGB (Red+Green+Blue) = 218+203+176=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBB0 is #25344F. Grayscale: #CCCCCC. Windows color (decimal): -2438224 or 11586522. OLE color: 11586522.

HSL color Cylindrical-coordinate representation of color #DACBB0: hue angle of 38.57º 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 #DACBB0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218203176-
CMYK00.070.190.15
HSL38.57º36.21%77.25%-
HSV(B)38.57º19.27%85.49%-
XYZ58.1160.7549.74-
YUV204.41111.97137.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=36.52%
G=34.00%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820317600.070.190.1538.5736.2177.25
HexDACBB00713F27244d
Octal3323132600723174744115
Binary11011010110010111011000001111001111111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBB0; }

 p { color: rgb(218,203,176); }

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

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

 a { background-color: rgb(218,203,176); }

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

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

 span { border-color: rgb(218,203,176); }

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