#D6CAB1

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

Shades of Aths Special #D6CAB1

Tints of Aths Special #D6CAB1

Color information

#D6CAB1 (or 0xD6CAB1) is unknown color: approx Aths Special. HEX triplet: D6, CA and B1. RGB value is (214,202,177). Sum of RGB (Red+Green+Blue) = 214+202+177=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAB1 is #29354E. Grayscale: #CACACA. Windows color (decimal): -2700623 or 11651798. OLE color: 11651798.

HSL color Cylindrical-coordinate representation of color #D6CAB1: hue angle of 40.54º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214202177-
CMYK00.060.170.16
HSL40.54º31.09%76.67%-
HSV(B)40.54º17.29%83.92%-
XYZ56.7959.7150.13-
YUV202.74113.48136.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=36.09%
G=34.06%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420217700.060.170.1640.5431.0976.67
HexD6CAB1061110291f4d
Octal3263122610621205137115
Binary11010110110010101011000101101000110000101001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAB1; }

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

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

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

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

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

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

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

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