#D9C6B7

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

Shades of Stark White #D9C6B7

Tints of Stark White #D9C6B7

Color information

#D9C6B7 (or 0xD9C6B7) is unknown color: approx Stark White. HEX triplet: D9, C6 and B7. RGB value is (217,198,183). Sum of RGB (Red+Green+Blue) = 217+198+183=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6B7 is #263948. Grayscale: #CACACA. Windows color (decimal): -2505033 or 12043993. OLE color: 12043993.

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

Color convert

RGB217198183-
CMYK00.090.160.15
HSL26.47º30.91%78.43%-
HSV(B)26.47º15.67%85.1%-
XYZ57.3658.5653.08-
YUV201.97117.29138.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=36.29%
G=33.11%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719818300.090.160.1526.4730.9178.43
HexD9C6B70910F1a1f4e
Octal33130626701120173237116
Binary1101100111000110101101110100110000111111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6B7; }

 p { color: rgb(217,198,183); }

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

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

 a { background-color: rgb(217,198,183); }

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

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

 span { border-color: rgb(217,198,183); }

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