#D6C5AC

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

Shades of Stark White #D6C5AC

Tints of Stark White #D6C5AC

Color information

#D6C5AC (or 0xD6C5AC) is unknown color: approx Stark White. HEX triplet: D6, C5 and AC. RGB value is (214,197,172). Sum of RGB (Red+Green+Blue) = 214+197+172=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C5AC is #293A53. Grayscale: #C7C7C7. Windows color (decimal): -2701908 or 11322838. OLE color: 11322838.

HSL color Cylindrical-coordinate representation of color #D6C5AC: hue angle of 35.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C5AC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214197172-
CMYK00.080.200.16
HSL35.71º33.87%75.69%-
HSV(B)35.71º19.63%83.92%-
XYZ55.1457.2147.17-
YUV199.23112.63138.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=36.71%
G=33.79%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419717200.080.200.1635.7133.8775.69
HexD6C5AC08141024224c
Octal32630525401024204442114
Binary1101011011000101101011000100010100100001001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5AC; }

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

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

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

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

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

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

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

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