#D9C8B5

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

Shades of Stark White #D9C8B5

Tints of Stark White #D9C8B5

Color information

#D9C8B5 (or 0xD9C8B5) is unknown color: approx Stark White. HEX triplet: D9, C8 and B5. RGB value is (217,200,181). Sum of RGB (Red+Green+Blue) = 217+200+181=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8B5 is #26374A. Grayscale: #CBCBCB. Windows color (decimal): -2504523 or 11913433. OLE color: 11913433.

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

Color convert

RGB217200181-
CMYK00.080.170.15
HSL31.67º32.14%78.04%-
HSV(B)31.67º16.59%85.1%-
XYZ57.6159.452.14-
YUV202.92115.63138.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 181 (71.09% from 255) = 30.27%
R=36.29%
G=33.44%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720018100.080.170.1531.6732.1478.04
HexD9C8B50811F20204e
Octal33131026501021174040116
Binary110110011100100010110101010001000111111000001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8B5; }

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

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

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

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

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

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

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

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