#D8C6AF

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

Shades of Stark White #D8C6AF

Tints of Stark White #D8C6AF

Color information

#D8C6AF (or 0xD8C6AF) is unknown color: approx Stark White. HEX triplet: D8, C6 and AF. RGB value is (216,198,175). Sum of RGB (Red+Green+Blue) = 216+198+175=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6AF is #273950. Grayscale: #C8C8C8. Windows color (decimal): -2570577 or 11519704. OLE color: 11519704.

HSL color Cylindrical-coordinate representation of color #D8C6AF: hue angle of 33.66º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C6AF is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216198175-
CMYK00.080.190.15
HSL33.66º34.45%76.67%-
HSV(B)33.66º18.98%84.71%-
XYZ56.2558.0848.8-
YUV200.76113.46138.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=36.67%
G=33.62%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619817500.080.190.1533.6634.4576.67
HexD8C6AF0813F22224d
Octal33030625701023174242115
Binary110110001100011010101111010001001111111000101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6AF; }

 p { color: rgb(216,198,175); }

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

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

 a { background-color: rgb(216,198,175); }

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

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

 span { border-color: rgb(216,198,175); }

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