#D6D0C4

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

Shades of Westar #D6D0C4

Tints of Westar #D6D0C4

Color information

#D6D0C4 (or 0xD6D0C4) is unknown color: approx Westar. HEX triplet: D6, D0 and C4. RGB value is (214,208,196). Sum of RGB (Red+Green+Blue) = 214+208+196=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0C4 is #292F3B. Grayscale: #D0D0D0. Windows color (decimal): -2699068 or 12898518. OLE color: 12898518.

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

Color convert

RGB214208196-
CMYK00.030.080.16
HSL40º18%80.39%-
HSV(B)40º8.41%83.92%-
XYZ60.2563.3961.29-
YUV208.43120.99131.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=34.63%
G=33.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420819600.030.080.16401880.39
HexD6D0C403810281250
Octal3263203040310205022120
Binary110101101101000011000100011100010000101000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0C4; }

 p { color: rgb(214,208,196); }

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

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

 a { background-color: rgb(214,208,196); }

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

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

 span { border-color: rgb(214,208,196); }

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