#D6C7B1

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

Shades of Stark White #D6C7B1

Tints of Stark White #D6C7B1

Color information

#D6C7B1 (or 0xD6C7B1) is unknown color: approx Stark White. HEX triplet: D6, C7 and B1. RGB value is (214,199,177). Sum of RGB (Red+Green+Blue) = 214+199+177=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C7B1 is #29384E. Grayscale: #C9C9C9. Windows color (decimal): -2701391 or 11651030. OLE color: 11651030.

HSL color Cylindrical-coordinate representation of color #D6C7B1: hue angle of 35.68º 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 #D6C7B1 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214199177-
CMYK00.070.170.16
HSL35.68º31.09%76.67%-
HSV(B)35.68º17.29%83.92%-
XYZ56.0958.3249.9-
YUV200.98114.47137.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 177 (69.53% from 255) = 30%
R=36.27%
G=33.73%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419917700.070.170.1635.6831.0976.67
HexD6C7B1071110241f4d
Octal3263072610721204437115
Binary11010110110001111011000101111000110000100100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7B1; }

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

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

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

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

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

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

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

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