#D4DCBA

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

Shades of Harp #D4DCBA

Tints of Harp #D4DCBA

Color information

#D4DCBA (or 0xD4DCBA) is unknown color: approx Harp. HEX triplet: D4, DC and BA. RGB value is (212,220,186). Sum of RGB (Red+Green+Blue) = 212+220+186=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCBA is #2B2345. Grayscale: #D5D5D5. Windows color (decimal): -2827078 or 12246228. OLE color: 12246228.

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

Color convert

RGB212220186-
CMYK0.0400.150.14
HSL74.12º32.69%79.61%-
HSV(B)74.12º15.45%86.27%-
XYZ61.6168.7356.47-
YUV213.73112.35126.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=34.30%
G=35.60%
B=30.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201860.0400.150.1474.1232.6979.61
HexD4DCBA40FE4a2150
Octal32433427240171611241120
Binary11010100110111001011101010001111111010010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCBA; }

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

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

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

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

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

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

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

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