#D6CAAB

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

Shades of Aths Special #D6CAAB

Tints of Aths Special #D6CAAB

Color information

#D6CAAB (or 0xD6CAAB) is unknown color: approx Aths Special. HEX triplet: D6, CA and AB. RGB value is (214,202,171). Sum of RGB (Red+Green+Blue) = 214+202+171=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAAB is #293554. Grayscale: #CACACA. Windows color (decimal): -2700629 or 11258582. OLE color: 11258582.

HSL color Cylindrical-coordinate representation of color #D6CAAB: hue angle of 43.26º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CAAB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214202171-
CMYK00.060.200.16
HSL43.26º34.4%75.49%-
HSV(B)43.26º20.09%83.92%-
XYZ56.259.4847.05-
YUV202.05110.48136.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=36.46%
G=34.41%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420217100.060.200.1643.2634.475.49
HexD6CAAB0614102b224b
Octal3263122530624205342113
Binary110101101100101010101011011010100100001010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAAB; }

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

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

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

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

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

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

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

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