#D9C8AE

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

Shades of Stark White #D9C8AE

Tints of Stark White #D9C8AE

Color information

#D9C8AE (or 0xD9C8AE) is unknown color: approx Stark White. HEX triplet: D9, C8 and AE. RGB value is (217,200,174). Sum of RGB (Red+Green+Blue) = 217+200+174=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8AE is #263751. Grayscale: #CACACA. Windows color (decimal): -2504530 or 11454681. OLE color: 11454681.

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

Color convert

RGB217200174-
CMYK00.080.200.15
HSL36.28º36.13%76.67%-
HSV(B)36.28º19.82%85.1%-
XYZ56.9159.1248.46-
YUV202.12112.13138.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=36.72%
G=33.84%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720017400.080.200.1536.2836.1376.67
HexD9C8AE0814F24244d
Octal33131025601024174444115
Binary110110011100100010101110010001010011111001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8AE; }

 p { color: rgb(217,200,174); }

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

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

 a { background-color: rgb(217,200,174); }

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

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

 span { border-color: rgb(217,200,174); }

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