#D5C7AB

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

Shades of Aths Special #D5C7AB

Tints of Aths Special #D5C7AB

Color information

#D5C7AB (or 0xD5C7AB) is unknown color: approx Aths Special. HEX triplet: D5, C7 and AB. RGB value is (213,199,171). Sum of RGB (Red+Green+Blue) = 213+199+171=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7AB is #2A3854. Grayscale: #C8C8C8. Windows color (decimal): -2766933 or 11257813. OLE color: 11257813.

HSL color Cylindrical-coordinate representation of color #D5C7AB: hue angle of 40º degrees, saturation: 0.33, 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 #D5C7AB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213199171-
CMYK00.070.200.16
HSL40º33.33%75.29%-
HSV(B)40º19.72%83.53%-
XYZ55.2157.9346.8-
YUV199.99111.64137.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=36.54%
G=34.13%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319917100.070.200.164033.3375.29
HexD5C7AB07141028214b
Octal3253072530724205041113
Binary110101011100011110101011011110100100001010001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7AB; }

 p { color: rgb(213,199,171); }

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

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

 a { background-color: rgb(213,199,171); }

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

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

 span { border-color: rgb(213,199,171); }

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