Html Css Color HEX #D1D7BD Harp

📋 copy color: '#D1D7BD'

red 209 ◦ green 215 ◦ blue 189

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

Shades of Harp #D1D7BD

Tints of Harp #D1D7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.07%

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

R = 34.09%
G = 35.07%
B = 30.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D1D7BD (or 0xD1D7BD) is known color: Harp. HEX triplet: D1, D7 and BD. RGB value is (209,215,189). Sum of RGB (Red+Green+Blue) = 209+215+189=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7BD is #2E2842. Grayscale: #D2D2D2. Windows color (decimal): -3024963 or 12441553. OLE color: 12441553.

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

Color convert

RGB 209 215 189 -
CMYK 0.03 0 0.12 0.16
HSL 73.85º 0.25% 0.79% -
HSV(B) 73.85º 0.12% 0.84% -
XYZ 59.78 65.83 57.7 -
YUV 210.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 209 215 189 0.03 0 0.12 0.16 73.85 0.25 0.79
Hex D1 D7 BD 3 0 C 10 4A 19 4F
Octal 321 327 275 3 0 14 20 112 31 117
Binary 11010001 11010111 10111101 11 0 1100 10000 1001010 11001 1001111

Color Harmonies of #D1D7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7BD

Black with #D1D7BD

Text Example


Text Example

White with #D1D7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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