#D9C8B0

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

Shades of Stark White #D9C8B0

Tints of Stark White #D9C8B0

Color information

#D9C8B0 (or 0xD9C8B0) is unknown color: approx Stark White. HEX triplet: D9, C8 and B0. RGB value is (217,200,176). Sum of RGB (Red+Green+Blue) = 217+200+176=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8B0 is #26374F. Grayscale: #CACACA. Windows color (decimal): -2504528 or 11585753. OLE color: 11585753.

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

Color convert

RGB217200176-
CMYK00.080.190.15
HSL35.12º35.04%77.06%-
HSV(B)35.12º18.89%85.1%-
XYZ57.1159.1949.49-
YUV202.35113.13138.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 176 (69.14% from 255) = 29.68%
R=36.59%
G=33.73%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720017600.080.190.1535.1235.0477.06
HexD9C8B00813F23234d
Octal33131026001023174343115
Binary110110011100100010110000010001001111111000111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8B0; }

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

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

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

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

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

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

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

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