#D2D6BD

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

Shades of Harp #D2D6BD

Tints of Harp #D2D6BD

Color information

#D2D6BD (or 0xD2D6BD) is unknown color: approx Harp. HEX triplet: D2, D6 and BD. RGB value is (210,214,189). Sum of RGB (Red+Green+Blue) = 210+214+189=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6BD is #2D2942. Grayscale: #D2D2D2. Windows color (decimal): -2959683 or 12441298. OLE color: 12441298.

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

Color convert

RGB210214189-
CMYK0.0200.120.16
HSL69.6º23.36%79.02%-
HSV(B)69.6º11.68%83.92%-
XYZ59.8165.4757.63-
YUV209.95116.17128.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=34.26%
G=34.91%
B=30.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141890.0200.120.1669.623.3679.02
HexD2D6BD20C1046174f
Octal32232627520142010627117
Binary1101001011010110101111011001100100001000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6BD; }

 p { color: rgb(210,214,189); }

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

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

 a { background-color: rgb(210,214,189); }

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

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

 span { border-color: rgb(210,214,189); }

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