#D9C8BA

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

Shades of Stark White #D9C8BA

Tints of Stark White #D9C8BA

Color information

#D9C8BA (or 0xD9C8BA) is unknown color: approx Stark White. HEX triplet: D9, C8 and BA. RGB value is (217,200,186). Sum of RGB (Red+Green+Blue) = 217+200+186=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BA is #263745. Grayscale: #CBCBCB. Windows color (decimal): -2504518 or 12241113. OLE color: 12241113.

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

Color convert

RGB217200186-
CMYK00.080.140.15
HSL27.1º28.97%79.02%-
HSV(B)27.1º14.29%85.1%-
XYZ58.1359.6154.9-
YUV203.49118.13137.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=35.99%
G=33.17%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720018600.080.140.1527.128.9779.02
HexD9C8BA08EF1b1d4f
Octal33131027201016173335117
Binary110110011100100010111010010001110111111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8BA; }

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

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

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

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

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

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

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

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