#D7CDA8

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

Shades of Aths Special #D7CDA8

Tints of Aths Special #D7CDA8

Color information

#D7CDA8 (or 0xD7CDA8) is unknown color: approx Aths Special. HEX triplet: D7, CD and A8. RGB value is (215,205,168). Sum of RGB (Red+Green+Blue) = 215+205+168=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDA8 is #283257. Grayscale: #CBCBCB. Windows color (decimal): -2634328 or 11062743. OLE color: 11062743.

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

Color convert

RGB215205168-
CMYK00.050.220.16
HSL47.23º37.01%75.1%-
HSV(B)47.23º21.86%84.31%-
XYZ56.9260.9445.81-
YUV203.77107.81136.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 168 (66.02% from 255) = 28.57%
R=36.56%
G=34.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520516800.050.220.1647.2337.0175.1
HexD7CDA80516102f254b
Octal3273152500526205745113
Binary110101111100110110101000010110110100001011111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDA8; }

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

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

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

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

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

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

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

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