#D8C8AF

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

Shades of Stark White #D8C8AF

Tints of Stark White #D8C8AF

Color information

#D8C8AF (or 0xD8C8AF) is unknown color: approx Stark White. HEX triplet: D8, C8 and AF. RGB value is (216,200,175). Sum of RGB (Red+Green+Blue) = 216+200+175=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8AF is #273750. Grayscale: #CACACA. Windows color (decimal): -2570065 or 11520216. OLE color: 11520216.

HSL color Cylindrical-coordinate representation of color #D8C8AF: hue angle of 36.59º 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 #D8C8AF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216200175-
CMYK00.070.190.15
HSL36.59º34.45%76.67%-
HSV(B)36.59º18.98%84.71%-
XYZ56.715948.96-
YUV201.93112.8138.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=36.55%
G=33.84%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620017500.070.190.1536.5934.4576.67
HexD8C8AF0713F25224d
Octal3303102570723174542115
Binary11011000110010001010111101111001111111001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8AF; }

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

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

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

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

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

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

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

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