Html Css Color HEX #D0D9BB Harp

📋 copy color: '#D0D9BB'

red 208 ◦ green 217 ◦ blue 187

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

Shades of Harp #D0D9BB

Tints of Harp #D0D9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 33.99%
G = 35.46%
B = 30.56%

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

#D0D9BB (or 0xD0D9BB) is known color: Harp. HEX triplet: D0, D9 and BB. RGB value is (208,217,187). Sum of RGB (Red+Green+Blue) = 208+217+187=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9BB is #2F2644. Grayscale: #D3D3D3. Windows color (decimal): -3089989 or 12310992. OLE color: 12310992.

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

Color convert

RGB 208 217 187 -
CMYK 0.04 0 0.14 0.15
HSL 78º 0.28% 0.79% -
HSV(B) 78º 0.14% 0.85% -
XYZ 59.79 66.62 56.72 -
YUV 210.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 208 217 187 0.04 0 0.14 0.15 78 0.28 0.79
Hex D0 D9 BB 4 0 E F 4E 1C 4F
Octal 320 331 273 4 0 16 17 116 34 117
Binary 11010000 11011001 10111011 100 0 1110 1111 1001110 11100 1001111

Color Harmonies of #D0D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D9BB

Black with #D0D9BB

Text Example


Text Example

White with #D0D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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