#D7CAAC

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

Shades of Aths Special #D7CAAC

Tints of Aths Special #D7CAAC

Color information

#D7CAAC (or 0xD7CAAC) is unknown color: approx Aths Special. HEX triplet: D7, CA and AC. RGB value is (215,202,172). Sum of RGB (Red+Green+Blue) = 215+202+172=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAAC is #283553. Grayscale: #CACACA. Windows color (decimal): -2635092 or 11324119. OLE color: 11324119.

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

Color convert

RGB215202172-
CMYK00.060.20.16
HSL41.86º34.96%75.88%-
HSV(B)41.86º20%84.31%-
XYZ56.5959.6747.56-
YUV202.47110.81136.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=36.50%
G=34.30%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520217200.060.20.1641.8634.9675.88
HexD7CAAC0614102a234c
Octal3273122540624205243114
Binary110101111100101010101100011010100100001010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAAC; }

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

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

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

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

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

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

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

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