Html Css Color HEX #D1D9BD Harp

📋 copy color: '#D1D9BD'

red 209 ◦ green 217 ◦ blue 189

#D1D9BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #D1D9BD

Tints of Harp #D1D9BD

RGB

 RED value IS 209 (82.03% from 255) = 33.98%

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 189 (74.22% from 255) = 30.73%

R = 33.98%
G = 35.28%
B = 30.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D1D9BD (or 0xD1D9BD) is known color: Harp. HEX triplet: D1, D9 and BD. RGB value is (209,217,189). Sum of RGB (Red+Green+Blue) = 209+217+189=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9BD is #2E2642. Grayscale: #D3D3D3. Windows color (decimal): -3024451 or 12442065. OLE color: 12442065.

HSL color Cylindrical-coordinate representation of color #D1D9BD: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D9BD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 189 -
CMYK 0.04 0 0.13 0.15
HSL 77.14º 0.27% 0.8% -
HSV(B) 77.14º 0.13% 0.85% -
XYZ 60.29 66.86 57.87 -
YUV 211.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 209 217 189 0.04 0 0.13 0.15 77.14 0.27 0.8
Hex D1 D9 BD 4 0 D F 4D 1B 50
Octal 321 331 275 4 0 15 17 115 33 120
Binary 11010001 11011001 10111101 100 0 1101 1111 1001101 11011 1010000

Color Harmonies of #D1D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9BD

Black with #D1D9BD

Text Example


Text Example

White with #D1D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9BD; }

 p { color: rgb(209,217,189); }

 H1.HeaderClassName
 {
   color: #D1D9BD;
 }
 .AnyTagClassName
 {
   color: #D1D9BD;
 }
</style>

background-color css

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

 a { background-color: rgb(209,217,189); }

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

border-color css

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

 span { border-color: rgb(209,217,189); }

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