#D7CDA9

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

Shades of Aths Special #D7CDA9

Tints of Aths Special #D7CDA9

Color information

#D7CDA9 (or 0xD7CDA9) is unknown color: approx Aths Special. HEX triplet: D7, CD and A9. RGB value is (215,205,169). Sum of RGB (Red+Green+Blue) = 215+205+169=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDA9 is #283256. Grayscale: #CCCCCC. Windows color (decimal): -2634327 or 11128279. OLE color: 11128279.

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

Color convert

RGB215205169-
CMYK00.050.210.16
HSL46.96º36.51%75.29%-
HSV(B)46.96º21.4%84.31%-
XYZ57.0260.9746.3-
YUV203.89108.31135.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 169 (66.41% from 255) = 28.69%
R=36.50%
G=34.80%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520516900.050.210.1646.9636.5175.29
HexD7CDA90515102f254b
Octal3273152510525205745113
Binary110101111100110110101001010110101100001011111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDA9; }

 p { color: rgb(215,205,169); }

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

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

 a { background-color: rgb(215,205,169); }

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

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

 span { border-color: rgb(215,205,169); }

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