#D1D6BA

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

Shades of Harp #D1D6BA

Tints of Harp #D1D6BA

Color information

#D1D6BA (or 0xD1D6BA) is unknown color: approx Harp. HEX triplet: D1, D6 and BA. RGB value is (209,214,186). Sum of RGB (Red+Green+Blue) = 209+214+186=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6BA is #2E2945. Grayscale: #D1D1D1. Windows color (decimal): -3025222 or 12244689. OLE color: 12244689.

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

Color convert

RGB209214186-
CMYK0.0200.130.16
HSL70.71º25.45%78.43%-
HSV(B)70.71º13.08%83.92%-
XYZ59.265.1955.92-
YUV209.31114.84127.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=34.32%
G=35.14%
B=30.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141860.0200.130.1670.7125.4578.43
HexD1D6BA20D1047194e
Octal32132627220152010731116
Binary1101000111010110101110101001101100001000111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D6BA; }

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

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

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

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

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

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

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

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