#D7CDAA

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

Shades of Aths Special #D7CDAA

Tints of Aths Special #D7CDAA

Color information

#D7CDAA (or 0xD7CDAA) is unknown color: approx Aths Special. HEX triplet: D7, CD and AA. RGB value is (215,205,170). Sum of RGB (Red+Green+Blue) = 215+205+170=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDAA is #283255. Grayscale: #CCCCCC. Windows color (decimal): -2634326 or 11193815. OLE color: 11193815.

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

Color convert

RGB215205170-
CMYK00.050.210.16
HSL46.67º36%75.49%-
HSV(B)46.67º20.93%84.31%-
XYZ57.1161.0146.8-
YUV204108.81135.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=36.44%
G=34.75%
B=28.81%

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
Decimal21520517000.050.210.1646.673675.49
HexD7CDAA0515102f244b
Octal3273152520525205744113
Binary110101111100110110101010010110101100001011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDAA; }

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

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

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

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

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

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

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

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