#D6CDAD

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

Shades of Aths Special #D6CDAD

Tints of Aths Special #D6CDAD

Color information

#D6CDAD (or 0xD6CDAD) is unknown color: approx Aths Special. HEX triplet: D6, CD and AD. RGB value is (214,205,173). Sum of RGB (Red+Green+Blue) = 214+205+173=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDAD is #293252. Grayscale: #CCCCCC. Windows color (decimal): -2699859 or 11390422. OLE color: 11390422.

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

Color convert

RGB214205173-
CMYK00.040.190.16
HSL46.83º33.33%75.88%-
HSV(B)46.83º19.16%83.92%-
XYZ57.1160.9848.29-
YUV204.04110.48135.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=36.15%
G=34.63%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420517300.040.190.1646.8333.3375.88
HexD6CDAD0413102f214c
Octal3263152550423205741114
Binary110101101100110110101101010010011100001011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDAD; }

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

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

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

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

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

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

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

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