#D7CAA9

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

Shades of Aths Special #D7CAA9

Tints of Aths Special #D7CAA9

Color information

#D7CAA9 (or 0xD7CAA9) is unknown color: approx Aths Special. HEX triplet: D7, CA and A9. RGB value is (215,202,169). Sum of RGB (Red+Green+Blue) = 215+202+169=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAA9 is #283556. Grayscale: #CACACA. Windows color (decimal): -2635095 or 11127511. OLE color: 11127511.

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

Color convert

RGB215202169-
CMYK00.060.210.16
HSL43.04º36.51%75.29%-
HSV(B)43.04º21.4%84.31%-
XYZ56.3159.5546.06-
YUV202.12109.31137.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 169 (66.41% from 255) = 28.84%
R=36.69%
G=34.47%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520216900.060.210.1643.0436.5175.29
HexD7CAA90615102b254b
Octal3273122510625205345113
Binary110101111100101010101001011010101100001010111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAA9; }

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

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

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

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

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

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

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

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