#D6CAAE

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

Shades of Aths Special #D6CAAE

Tints of Aths Special #D6CAAE

Color information

#D6CAAE (or 0xD6CAAE) is unknown color: approx Aths Special. HEX triplet: D6, CA and AE. RGB value is (214,202,174). Sum of RGB (Red+Green+Blue) = 214+202+174=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAAE is #293551. Grayscale: #CACACA. Windows color (decimal): -2700626 or 11455190. OLE color: 11455190.

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

Color convert

RGB214202174-
CMYK00.060.190.16
HSL42º32.79%76.08%-
HSV(B)42º18.69%83.92%-
XYZ56.4959.5948.57-
YUV202.4111.98136.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=36.27%
G=34.24%
B=29.49%

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
Decimal21420217400.060.190.164232.7976.08
HexD6CAAE0613102a214c
Octal3263122560623205241114
Binary110101101100101010101110011010011100001010101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAAE; }

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

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

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

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

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

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

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

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