#D2D6C0

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

Shades of Harp #D2D6C0

Tints of Harp #D2D6C0

Color information

#D2D6C0 (or 0xD2D6C0) is unknown color: approx Harp. HEX triplet: D2, D6 and C0. RGB value is (210,214,192). Sum of RGB (Red+Green+Blue) = 210+214+192=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6C0 is #2D293F. Grayscale: #D2D2D2. Windows color (decimal): -2959680 or 12637906. OLE color: 12637906.

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

Color convert

RGB210214192-
CMYK0.0200.100.16
HSL70.91º21.15%79.61%-
HSV(B)70.91º10.28%83.92%-
XYZ60.1465.659.36-
YUV210.3117.67127.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=34.09%
G=34.74%
B=31.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141920.0200.100.1670.9121.1579.61
HexD2D6C020A10471550
Octal32232630020122010725120
Binary1101001011010110110000001001010100001000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6C0; }

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

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

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

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

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

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

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

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