#D7C6AC

Color #D7C6AC Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #D7C6AC

Tints of Stark White #D7C6AC

Color information

#D7C6AC (or 0xD7C6AC) is unknown color: approx Stark White. HEX triplet: D7, C6 and AC. RGB value is (215,198,172). Sum of RGB (Red+Green+Blue) = 215+198+172=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C6AC is #283953. Grayscale: #C8C8C8. Windows color (decimal): -2636116 or 11323095. OLE color: 11323095.

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

Color convert

RGB215198172-
CMYK00.080.20.16
HSL36.28º34.96%75.88%-
HSV(B)36.28º20%84.31%-
XYZ55.6657.8147.26-
YUV200.12112.13138.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.75%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=36.75%
G=33.85%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519817200.080.20.1636.2834.9675.88
HexD7C6AC08141024234c
Octal32730625401024204443114
Binary1101011111000110101011000100010100100001001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6AC; }

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

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

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

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

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

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

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

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