#D1DCBA

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

Shades of Harp #D1DCBA

Tints of Harp #D1DCBA

Color information

#D1DCBA (or 0xD1DCBA) is unknown color: approx Harp. HEX triplet: D1, DC and BA. RGB value is (209,220,186). Sum of RGB (Red+Green+Blue) = 209+220+186=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBA is #2E2345. Grayscale: #D4D4D4. Windows color (decimal): -3023686 or 12246225. OLE color: 12246225.

HSL color Cylindrical-coordinate representation of color #D1DCBA: hue angle of 79.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DCBA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB209220186-
CMYK0.0500.150.14
HSL79.41º32.69%79.61%-
HSV(B)79.41º15.45%86.27%-
XYZ60.7568.2956.43-
YUV212.83112.86125.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=33.98%
G=35.77%
B=30.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201860.0500.150.1479.4132.6979.61
HexD1DCBA50FE4f2150
Octal32133427250171611741120
Binary11010001110111001011101010101111111010011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCBA; }

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

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

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

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

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

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

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

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