#D0D5BE

Color #D0D5BE Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D0D5BE

Tints of Harp #D0D5BE

Color information

#D0D5BE (or 0xD0D5BE) is unknown color: approx Harp. HEX triplet: D0, D5 and BE. RGB value is (208,213,190). Sum of RGB (Red+Green+Blue) = 208+213+190=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5BE is #2F2A41. Grayscale: #D0D0D0. Windows color (decimal): -3091010 or 12506576. OLE color: 12506576.

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

Color convert

RGB208213190-
CMYK0.0200.110.16
HSL73.04º21.5%79.02%-
HSV(B)73.04º10.8%83.53%-
XYZ59.164.7258.09-
YUV208.88117.34127.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=34.04%
G=34.86%
B=31.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131900.0200.110.1673.0421.579.02
HexD0D5BE20B1049154f
Octal32032527620132011125117
Binary1101000011010101101111101001011100001001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5BE; }

 p { color: rgb(208,213,190); }

 H1.HeaderClassName
 {
   color: #D0D5BE;
 }
 .AnyTagClassName
 {
   color: #D0D5BE;
 }
</style>
background-color css

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

 a { background-color: rgb(208,213,190); }

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

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

 span { border-color: rgb(208,213,190); }

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