#D6ADB0

Color #D6ADB0 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #D6ADB0

Tints of Pale Chestnut #D6ADB0

Color information

#D6ADB0 (or 0xD6ADB0) is unknown color: approx Pale Chestnut. HEX triplet: D6, AD and B0. RGB value is (214,173,176). Sum of RGB (Red+Green+Blue) = 214+173+176=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADB0 is #29524F. Grayscale: #B9B9B9. Windows color (decimal): -2708048 or 11578838. OLE color: 11578838.

HSL color Cylindrical-coordinate representation of color #D6ADB0: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADB0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214173176-
CMYK00.190.180.16
HSL355.61º33.33%75.88%-
HSV(B)355.61º19.16%83.92%-
XYZ50.5147.3247.55-
YUV185.6122.58148.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=38.01%
G=30.73%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417317600.190.180.16355.6133.3375.88
HexD6ADB00131210164214c
Octal326255260023222054441114
Binary11010110101011011011000001001110010100001011001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADB0; }

 p { color: rgb(214,173,176); }

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

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

 a { background-color: rgb(214,173,176); }

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

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

 span { border-color: rgb(214,173,176); }

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