#D2DCB4

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

Shades of Harp #D2DCB4

Tints of Harp #D2DCB4

Color information

#D2DCB4 (or 0xD2DCB4) is unknown color: approx Harp. HEX triplet: D2, DC and B4. RGB value is (210,220,180). Sum of RGB (Red+Green+Blue) = 210+220+180=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCB4 is #2D234B. Grayscale: #D4D4D4. Windows color (decimal): -2958156 or 11853010. OLE color: 11853010.

HSL color Cylindrical-coordinate representation of color #D2DCB4: hue angle of 75º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2DCB4 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB210220180-
CMYK0.0500.180.14
HSL75º36.36%78.43%-
HSV(B)75º18.18%86.27%-
XYZ60.4168.1853.16-
YUV212.45109.69126.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=34.43%
G=36.07%
B=29.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201800.0500.180.147536.3678.43
HexD2DCB45012E4b244e
Octal32233426450221611344116
Binary110100101101110010110100101010010111010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCB4; }

 p { color: rgb(210,220,180); }

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

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

 a { background-color: rgb(210,220,180); }

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

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

 span { border-color: rgb(210,220,180); }

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