#D4DCB9

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

Shades of Harp #D4DCB9

Tints of Harp #D4DCB9

Color information

#D4DCB9 (or 0xD4DCB9) is unknown color: approx Harp. HEX triplet: D4, DC and B9. RGB value is (212,220,185). Sum of RGB (Red+Green+Blue) = 212+220+185=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCB9 is #2B2346. Grayscale: #D5D5D5. Windows color (decimal): -2827079 or 12180692. OLE color: 12180692.

HSL color Cylindrical-coordinate representation of color #D4DCB9: hue angle of 73.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DCB9 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB212220185-
CMYK0.0400.160.14
HSL73.71º33.33%79.41%-
HSV(B)73.71º15.91%86.27%-
XYZ61.568.6955.92-
YUV213.62111.85126.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=34.36%
G=35.66%
B=29.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201850.0400.160.1473.7133.3379.41
HexD4DCB94010E4a214f
Octal32433427140201611241117
Binary110101001101110010111001100010000111010010101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCB9; }

 p { color: rgb(212,220,185); }

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

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

 a { background-color: rgb(212,220,185); }

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

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

 span { border-color: rgb(212,220,185); }

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