#D0D4BE

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

Shades of Harp #D0D4BE

Tints of Harp #D0D4BE

Color information

#D0D4BE (or 0xD0D4BE) is unknown color: approx Harp. HEX triplet: D0, D4 and BE. RGB value is (208,212,190). Sum of RGB (Red+Green+Blue) = 208+212+190=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BE is #2F2B41. Grayscale: #D0D0D0. Windows color (decimal): -3091266 or 12506320. OLE color: 12506320.

HSL color Cylindrical-coordinate representation of color #D0D4BE: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D4BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB208212190-
CMYK0.0200.100.17
HSL70.91º20.37%78.82%-
HSV(B)70.91º10.38%83.14%-
XYZ58.8564.2158.01-
YUV208.3117.67127.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.10%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=34.10%
G=34.75%
B=31.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121900.0200.100.1770.9120.3778.82
HexD0D4BE20A1147144f
Octal32032427620122110724117
Binary1101000011010100101111101001010100011000111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4BE; }

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

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

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

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

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

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

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

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