#D5DCBD

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

Shades of Harp #D5DCBD

Tints of Harp #D5DCBD

Color information

#D5DCBD (or 0xD5DCBD) is unknown color: approx Harp. HEX triplet: D5, DC and BD. RGB value is (213,220,189). Sum of RGB (Red+Green+Blue) = 213+220+189=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCBD is #2A2342. Grayscale: #D6D6D6. Windows color (decimal): -2761539 or 12442837. OLE color: 12442837.

HSL color Cylindrical-coordinate representation of color #D5DCBD: hue angle of 73.55º degrees, saturation: 0.31, 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 #D5DCBD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB213220189-
CMYK0.0300.140.14
HSL73.55º30.69%80.2%-
HSV(B)73.55º14.09%86.27%-
XYZ62.2269.0158.18-
YUV214.37113.68127.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=34.24%
G=35.37%
B=30.39%

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
Decimal2132201890.0300.140.1473.5530.6980.2
HexD5DCBD30EE4a1f50
Octal32533427530161611237120
Binary110101011101110010111101110111011101001010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCBD; }

 p { color: rgb(213,220,189); }

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

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

 a { background-color: rgb(213,220,189); }

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

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

 span { border-color: rgb(213,220,189); }

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