#D7CDAC

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

Shades of Aths Special #D7CDAC

Tints of Aths Special #D7CDAC

Color information

#D7CDAC (or 0xD7CDAC) is unknown color: approx Aths Special. HEX triplet: D7, CD and AC. RGB value is (215,205,172). Sum of RGB (Red+Green+Blue) = 215+205+172=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDAC is #283253. Grayscale: #CCCCCC. Windows color (decimal): -2634324 or 11324887. OLE color: 11324887.

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

Color convert

RGB215205172-
CMYK00.050.20.16
HSL46.05º34.96%75.88%-
HSV(B)46.05º20%84.31%-
XYZ57.361.0947.8-
YUV204.23109.81135.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=36.32%
G=34.63%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520517200.050.20.1646.0534.9675.88
HexD7CDAC0514102e234c
Octal3273152540524205643114
Binary110101111100110110101100010110100100001011101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDAC; }

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

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

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

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

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

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

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

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