#D5CAAD

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

Shades of Aths Special #D5CAAD

Tints of Aths Special #D5CAAD

Color information

#D5CAAD (or 0xD5CAAD) is unknown color: approx Aths Special. HEX triplet: D5, CA and AD. RGB value is (213,202,173). Sum of RGB (Red+Green+Blue) = 213+202+173=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAAD is #2A3552. Grayscale: #CACACA. Windows color (decimal): -2766163 or 11389653. OLE color: 11389653.

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

Color convert

RGB213202173-
CMYK00.050.190.16
HSL43.5º32.26%75.69%-
HSV(B)43.5º18.78%83.53%-
XYZ56.159.448.04-
YUV201.98111.64135.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=36.22%
G=34.35%
B=29.42%

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
Decimal21320217300.050.190.1643.532.2675.69
HexD5CAAD0513102c204c
Octal3253122550523205440114
Binary110101011100101010101101010110011100001011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAAD; }

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

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

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

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

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

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

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

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