#D0D7B8

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

Shades of Harp #D0D7B8

Tints of Harp #D0D7B8

Color information

#D0D7B8 (or 0xD0D7B8) is unknown color: approx Harp. HEX triplet: D0, D7 and B8. RGB value is (208,215,184). Sum of RGB (Red+Green+Blue) = 208+215+184=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7B8 is #2F2847. Grayscale: #D1D1D1. Windows color (decimal): -3090504 or 12113872. OLE color: 12113872.

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

Color convert

RGB208215184-
CMYK0.0300.140.16
HSL73.55º27.93%78.24%-
HSV(B)73.55º14.42%84.31%-
XYZ58.9665.4754.88-
YUV209.37113.68127.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 184 (72.27% from 255) = 30.31%
R=34.27%
G=35.42%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151840.0300.140.1673.5527.9378.24
HexD0D7B830E104a1c4e
Octal32032727030162011234116
Binary1101000011010111101110001101110100001001010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7B8; }

 p { color: rgb(208,215,184); }

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

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

 a { background-color: rgb(208,215,184); }

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

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

 span { border-color: rgb(208,215,184); }

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