#D0D3BD

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

Shades of Harp #D0D3BD

Tints of Harp #D0D3BD

Color information

#D0D3BD (or 0xD0D3BD) is unknown color: approx Harp. HEX triplet: D0, D3 and BD. RGB value is (208,211,189). Sum of RGB (Red+Green+Blue) = 208+211+189=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3BD is #2F2C42. Grayscale: #CFCFCF. Windows color (decimal): -3091523 or 12440528. OLE color: 12440528.

HSL color Cylindrical-coordinate representation of color #D0D3BD: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D3BD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB208211189-
CMYK0.0100.100.17
HSL68.18º20%78.43%-
HSV(B)68.18º10.43%82.75%-
XYZ58.4963.6757.35-
YUV207.6117.51128.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=34.21%
G=34.70%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111890.0100.100.1768.182078.43
HexD0D3BD10A1144144e
Octal32032327510122110424116
Binary110100001101001110111101101010100011000100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3BD; }

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

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

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

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

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

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

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

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