#D7C7B6

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

Shades of Stark White #D7C7B6

Tints of Stark White #D7C7B6

Color information

#D7C7B6 (or 0xD7C7B6) is unknown color: approx Stark White. HEX triplet: D7, C7 and B6. RGB value is (215,199,182). Sum of RGB (Red+Green+Blue) = 215+199+182=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7B6 is #283849. Grayscale: #C9C9C9. Windows color (decimal): -2635850 or 11978711. OLE color: 11978711.

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

Color convert

RGB215199182-
CMYK00.070.150.16
HSL30.91º29.2%77.84%-
HSV(B)30.91º15.35%84.31%-
XYZ56.8958.6752.58-
YUV201.85116.8137.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=36.07%
G=33.39%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519918200.070.150.1630.9129.277.84
HexD7C7B607F101f1d4e
Octal3273072660717203735116
Binary110101111100011110110110011111111000011111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7B6; }

 p { color: rgb(215,199,182); }

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

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

 a { background-color: rgb(215,199,182); }

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

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

 span { border-color: rgb(215,199,182); }

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