#D7CCAF

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

Shades of Aths Special #D7CCAF

Tints of Aths Special #D7CCAF

Color information

#D7CCAF (or 0xD7CCAF) is unknown color: approx Aths Special. HEX triplet: D7, CC and AF. RGB value is (215,204,175). Sum of RGB (Red+Green+Blue) = 215+204+175=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAF is #283350. Grayscale: #CCCCCC. Windows color (decimal): -2634577 or 11521239. OLE color: 11521239.

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

Color convert

RGB215204175-
CMYK00.050.190.16
HSL43.5º33.33%76.47%-
HSV(B)43.5º18.6%84.31%-
XYZ57.3660.7349.26-
YUV203.98111.64135.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=36.20%
G=34.34%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520417500.050.190.1643.533.3376.47
HexD7CCAF0513102c214c
Octal3273142570523205441114
Binary110101111100110010101111010110011100001011001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCAF; }

 p { color: rgb(215,204,175); }

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

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

 a { background-color: rgb(215,204,175); }

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

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

 span { border-color: rgb(215,204,175); }

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