#D4DBBD

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

Shades of Harp #D4DBBD

Tints of Harp #D4DBBD

Color information

#D4DBBD (or 0xD4DBBD) is unknown color: approx Harp. HEX triplet: D4, DB and BD. RGB value is (212,219,189). Sum of RGB (Red+Green+Blue) = 212+219+189=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBBD is #2B2442. Grayscale: #D5D5D5. Windows color (decimal): -2827331 or 12442580. OLE color: 12442580.

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

Color convert

RGB212219189-
CMYK0.0300.140.14
HSL74º29.41%80%-
HSV(B)74º13.7%85.88%-
XYZ61.6768.3358.08-
YUV213.49114.18126.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.19%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=34.19%
G=35.32%
B=30.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191890.0300.140.147429.4180
HexD4DBBD30EE4a1d50
Octal32433327530161611235120
Binary110101001101101110111101110111011101001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBBD; }

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

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

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

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

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

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

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

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