#D6CDBA

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

Shades of Aths Special #D6CDBA

Tints of Aths Special #D6CDBA

Color information

#D6CDBA (or 0xD6CDBA) is unknown color: approx Aths Special. HEX triplet: D6, CD and BA. RGB value is (214,205,186). Sum of RGB (Red+Green+Blue) = 214+205+186=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBA is #293245. Grayscale: #CDCDCD. Windows color (decimal): -2699846 or 12242390. OLE color: 12242390.

HSL color Cylindrical-coordinate representation of color #D6CDBA: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CDBA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214205186-
CMYK00.040.130.16
HSL40.71º25.45%78.43%-
HSV(B)40.71º13.08%83.92%-
XYZ58.4361.555.25-
YUV205.52116.98134.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.37%
G=33.88%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420518600.040.130.1640.7125.4578.43
HexD6CDBA04D1029194e
Octal3263152720415205131116
Binary1101011011001101101110100100110110000101001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDBA; }

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

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

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

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

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

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

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

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