#D6C5B1

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

Shades of Stark White #D6C5B1

Tints of Stark White #D6C5B1

Color information

#D6C5B1 (or 0xD6C5B1) is unknown color: approx Stark White. HEX triplet: D6, C5 and B1. RGB value is (214,197,177). Sum of RGB (Red+Green+Blue) = 214+197+177=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C5B1 is #293A4E. Grayscale: #C7C7C7. Windows color (decimal): -2701903 or 11650518. OLE color: 11650518.

HSL color Cylindrical-coordinate representation of color #D6C5B1: hue angle of 32.43º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6C5B1 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214197177-
CMYK00.080.170.16
HSL32.43º31.09%76.67%-
HSV(B)32.43º17.29%83.92%-
XYZ55.6357.449.74-
YUV199.8115.13138.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=36.39%
G=33.50%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419717700.080.170.1632.4331.0976.67
HexD6C5B1081110201f4d
Octal32630526101021204037115
Binary110101101100010110110001010001000110000100000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5B1; }

 p { color: rgb(214,197,177); }

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

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

 a { background-color: rgb(214,197,177); }

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

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

 span { border-color: rgb(214,197,177); }

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