#D6CAAD

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

Shades of Aths Special #D6CAAD

Tints of Aths Special #D6CAAD

Color information

#D6CAAD (or 0xD6CAAD) is unknown color: approx Aths Special. HEX triplet: D6, CA and AD. RGB value is (214,202,173). Sum of RGB (Red+Green+Blue) = 214+202+173=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAAD is #293552. Grayscale: #CACACA. Windows color (decimal): -2700627 or 11389654. OLE color: 11389654.

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

Color convert

RGB214202173-
CMYK00.060.190.16
HSL42.44º33.33%75.88%-
HSV(B)42.44º19.16%83.92%-
XYZ56.3959.5548.06-
YUV202.28111.48136.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=36.33%
G=34.30%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420217300.060.190.1642.4433.3375.88
HexD6CAAD0613102a214c
Octal3263122550623205241114
Binary110101101100101010101101011010011100001010101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAAD; }

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

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

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

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

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

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

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

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