#D5CAAC

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

Shades of Aths Special #D5CAAC

Tints of Aths Special #D5CAAC

Color information

#D5CAAC (or 0xD5CAAC) is unknown color: approx Aths Special. HEX triplet: D5, CA and AC. RGB value is (213,202,172). Sum of RGB (Red+Green+Blue) = 213+202+172=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAAC is #2A3553. Grayscale: #CACACA. Windows color (decimal): -2766164 or 11324117. OLE color: 11324117.

HSL color Cylindrical-coordinate representation of color #D5CAAC: hue angle of 43.9º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CAAC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213202172-
CMYK00.050.190.16
HSL43.9º32.8%75.49%-
HSV(B)43.9º19.25%83.53%-
XYZ56.0159.3747.54-
YUV201.87111.14135.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=36.29%
G=34.41%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320217200.050.190.1643.932.875.49
HexD5CAAC0513102c214b
Octal3253122540523205441113
Binary110101011100101010101100010110011100001011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAAC; }

 p { color: rgb(213,202,172); }

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

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

 a { background-color: rgb(213,202,172); }

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

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

 span { border-color: rgb(213,202,172); }

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