#D8C8B3

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

Shades of Stark White #D8C8B3

Tints of Stark White #D8C8B3

Color information

#D8C8B3 (or 0xD8C8B3) is unknown color: approx Stark White. HEX triplet: D8, C8 and B3. RGB value is (216,200,179). Sum of RGB (Red+Green+Blue) = 216+200+179=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8B3 is #27374C. Grayscale: #CACACA. Windows color (decimal): -2570061 or 11782360. OLE color: 11782360.

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

Color convert

RGB216200179-
CMYK00.070.170.15
HSL34.05º32.17%77.45%-
HSV(B)34.05º17.13%84.71%-
XYZ57.1159.1651.06-
YUV202.39114.8137.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=36.30%
G=33.61%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620017900.070.170.1534.0532.1777.45
HexD8C8B30711F22204d
Octal3303102630721174240115
Binary11011000110010001011001101111000111111000101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8B3; }

 p { color: rgb(216,200,179); }

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

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

 a { background-color: rgb(216,200,179); }

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

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

 span { border-color: rgb(216,200,179); }

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