#D2D7C1

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

Shades of Harp #D2D7C1

Tints of Harp #D2D7C1

Color information

#D2D7C1 (or 0xD2D7C1) is unknown color: approx Harp. HEX triplet: D2, D7 and C1. RGB value is (210,215,193). Sum of RGB (Red+Green+Blue) = 210+215+193=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7C1 is #2D283E. Grayscale: #D3D3D3. Windows color (decimal): -2959423 or 12703698. OLE color: 12703698.

HSL color Cylindrical-coordinate representation of color #D2D7C1: hue angle of 73.64º degrees, saturation: 0.22, 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 #D2D7C1 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB210215193-
CMYK0.0200.100.16
HSL73.64º21.57%80%-
HSV(B)73.64º10.23%84.31%-
XYZ60.566.1560.03-
YUV211117.84127.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=33.98%
G=34.79%
B=31.23%

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
Decimal2102151930.0200.100.1673.6421.5780
HexD2D7C120A104a1650
Octal32232730120122011226120
Binary1101001011010111110000011001010100001001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7C1; }

 p { color: rgb(210,215,193); }

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

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

 a { background-color: rgb(210,215,193); }

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

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

 span { border-color: rgb(210,215,193); }

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