Html Css Color HEX #D0D9BD Harp

📋 copy color: '#D0D9BD'

red 208 ◦ green 217 ◦ blue 189

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

Shades of Harp #D0D9BD

Tints of Harp #D0D9BD

RGB

 RED value IS 208 (81.64% from 255) = 33.88%

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

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

R = 33.88%
G = 35.34%
B = 30.78%

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

#D0D9BD (or 0xD0D9BD) is known color: Harp. HEX triplet: D0, D9 and BD. RGB value is (208,217,189). Sum of RGB (Red+Green+Blue) = 208+217+189=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9BD is #2F2642. Grayscale: #D3D3D3. Windows color (decimal): -3089987 or 12442064. OLE color: 12442064.

HSL color Cylindrical-coordinate representation of color #D0D9BD: hue angle of 79.29º 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 #D0D9BD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 189 -
CMYK 0.04 0 0.13 0.15
HSL 79.29º 0.27% 0.8% -
HSV(B) 79.29º 0.13% 0.85% -
XYZ 60.01 66.71 57.86 -
YUV 211.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 208 217 189 0.04 0 0.13 0.15 79.29 0.27 0.8
Hex D0 D9 BD 4 0 D F 4F 1B 50
Octal 320 331 275 4 0 15 17 117 33 120
Binary 11010000 11011001 10111101 100 0 1101 1111 1001111 11011 1010000

Color Harmonies of #D0D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D9BD

Black with #D0D9BD

Text Example


Text Example

White with #D0D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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