#D0D4BC

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

Shades of Harp #D0D4BC

Tints of Harp #D0D4BC

Color information

#D0D4BC (or 0xD0D4BC) is unknown color: approx Harp. HEX triplet: D0, D4 and BC. RGB value is (208,212,188). Sum of RGB (Red+Green+Blue) = 208+212+188=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BC is #2F2B43. Grayscale: #D0D0D0. Windows color (decimal): -3091268 or 12375248. OLE color: 12375248.

HSL color Cylindrical-coordinate representation of color #D0D4BC: hue angle of 70º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D4BC is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB208212188-
CMYK0.0200.110.17
HSL70º21.82%78.43%-
HSV(B)70º11.32%83.14%-
XYZ58.6364.1356.86-
YUV208.07116.67127.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=34.21%
G=34.87%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121880.0200.110.177021.8278.43
HexD0D4BC20B1146164e
Octal32032427420132110626116
Binary1101000011010100101111001001011100011000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4BC; }

 p { color: rgb(208,212,188); }

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

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

 a { background-color: rgb(208,212,188); }

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

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

 span { border-color: rgb(208,212,188); }

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