Html Css Color HEX #D1D9BA Harp

📋 copy color: '#D1D9BA'

red 209 ◦ green 217 ◦ blue 186

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

Shades of Harp #D1D9BA

Tints of Harp #D1D9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 34.15%
G = 35.46%
B = 30.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D1D9BA (or 0xD1D9BA) is known color: Harp. HEX triplet: D1, D9 and BA. RGB value is (209,217,186). Sum of RGB (Red+Green+Blue) = 209+217+186=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9BA is #2E2645. Grayscale: #D3D3D3. Windows color (decimal): -3024454 or 12245457. OLE color: 12245457.

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

Color convert

RGB 209 217 186 -
CMYK 0.04 0 0.14 0.15
HSL 75.48º 0.29% 0.79% -
HSV(B) 75.48º 0.14% 0.85% -
XYZ 59.97 66.73 56.17 -
YUV 211.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 209 217 186 0.04 0 0.14 0.15 75.48 0.29 0.79
Hex D1 D9 BA 4 0 E F 4B 1D 4F
Octal 321 331 272 4 0 16 17 113 35 117
Binary 11010001 11011001 10111010 100 0 1110 1111 1001011 11101 1001111

Color Harmonies of #D1D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9BA

Black with #D1D9BA

Text Example


Text Example

White with #D1D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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