#D7CCAB

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

Shades of Aths Special #D7CCAB

Tints of Aths Special #D7CCAB

Color information

#D7CCAB (or 0xD7CCAB) is unknown color: approx Aths Special. HEX triplet: D7, CC and AB. RGB value is (215,204,171). Sum of RGB (Red+Green+Blue) = 215+204+171=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAB is #283354. Grayscale: #CBCBCB. Windows color (decimal): -2634581 or 11259095. OLE color: 11259095.

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

Color convert

RGB215204171-
CMYK00.050.200.16
HSL45º35.48%75.69%-
HSV(B)45º20.47%84.31%-
XYZ56.9760.5747.22-
YUV203.53109.64136.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=36.44%
G=34.58%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520417100.050.200.164535.4875.69
HexD7CCAB0514102d234c
Octal3273142530524205543114
Binary110101111100110010101011010110100100001011011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCAB; }

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

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

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

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

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

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

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

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