#D6D1C5

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

Shades of Westar #D6D1C5

Tints of Westar #D6D1C5

Color information

#D6D1C5 (or 0xD6D1C5) is unknown color: approx Westar. HEX triplet: D6, D1 and C5. RGB value is (214,209,197). Sum of RGB (Red+Green+Blue) = 214+209+197=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1C5 is #292E3A. Grayscale: #D1D1D1. Windows color (decimal): -2698811 or 12964310. OLE color: 12964310.

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

Color convert

RGB214209197-
CMYK00.020.080.16
HSL42.35º17.17%80.59%-
HSV(B)42.35º7.94%83.92%-
XYZ60.6163.9361.97-
YUV209.13121.16131.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=34.52%
G=33.71%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420919700.020.080.1642.3517.1780.59
HexD6D1C5028102a1151
Octal3263213050210205221121
Binary110101101101000111000101010100010000101010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1C5; }

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

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

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

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

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

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

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

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