#D9C8B9

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

Shades of Stark White #D9C8B9

Tints of Stark White #D9C8B9

Color information

#D9C8B9 (or 0xD9C8B9) is unknown color: approx Stark White. HEX triplet: D9, C8 and B9. RGB value is (217,200,185). Sum of RGB (Red+Green+Blue) = 217+200+185=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8B9 is #263746. Grayscale: #CBCBCB. Windows color (decimal): -2504519 or 12175577. OLE color: 12175577.

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

Color convert

RGB217200185-
CMYK00.080.150.15
HSL28.13º29.63%78.82%-
HSV(B)28.13º14.75%85.1%-
XYZ58.0359.5654.34-
YUV203.37117.63137.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=36.05%
G=33.22%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720018500.080.150.1528.1329.6378.82
HexD9C8B908FF1c1e4f
Octal33131027101017173436117
Binary110110011100100010111001010001111111111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8B9; }

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

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

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

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

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

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

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

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