#D4DABD

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

Shades of Harp #D4DABD

Tints of Harp #D4DABD

Color information

#D4DABD (or 0xD4DABD) is unknown color: approx Harp. HEX triplet: D4, DA and BD. RGB value is (212,218,189). Sum of RGB (Red+Green+Blue) = 212+218+189=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DABD is #2B2542. Grayscale: #D5D5D5. Windows color (decimal): -2827587 or 12442324. OLE color: 12442324.

HSL color Cylindrical-coordinate representation of color #D4DABD: hue angle of 72.41º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4DABD is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB212218189-
CMYK0.0300.130.15
HSL72.41º28.16%79.8%-
HSV(B)72.41º13.3%85.49%-
XYZ61.4167.8158-
YUV212.9114.51127.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=34.25%
G=35.22%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181890.0300.130.1572.4128.1679.8
HexD4DABD30DF481c50
Octal32433227530151711034120
Binary110101001101101010111101110110111111001000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DABD; }

 p { color: rgb(212,218,189); }

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

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

 a { background-color: rgb(212,218,189); }

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

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

 span { border-color: rgb(212,218,189); }

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