#D7D2C6

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

Shades of Westar #D7D2C6

Tints of Westar #D7D2C6

Color information

#D7D2C6 (or 0xD7D2C6) is unknown color: approx Westar. HEX triplet: D7, D2 and C6. RGB value is (215,210,198). Sum of RGB (Red+Green+Blue) = 215+210+198=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2C6 is #282D39. Grayscale: #D2D2D2. Windows color (decimal): -2633018 or 13030103. OLE color: 13030103.

HSL color Cylindrical-coordinate representation of color #D7D2C6: hue angle of 42.35º degrees, saturation: 0.18, 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 #D7D2C6 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215210198-
CMYK00.020.080.16
HSL42.35º17.53%80.98%-
HSV(B)42.35º7.91%84.31%-
XYZ61.2664.6262.67-
YUV210.13121.16131.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=34.51%
G=33.71%
B=31.78%

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
Decimal21521019800.020.080.1642.3517.5380.98
HexD7D2C6028102a1251
Octal3273223060210205222121
Binary110101111101001011000110010100010000101010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D2C6; }

 p { color: rgb(215,210,198); }

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

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

 a { background-color: rgb(215,210,198); }

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

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

 span { border-color: rgb(215,210,198); }

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