#D0DFB4

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

Shades of Harp #D0DFB4

Tints of Harp #D0DFB4

Color information

#D0DFB4 (or 0xD0DFB4) is unknown color: approx Harp. HEX triplet: D0, DF and B4. RGB value is (208,223,180). Sum of RGB (Red+Green+Blue) = 208+223+180=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFB4 is #2F204B. Grayscale: #D5D5D5. Windows color (decimal): -3088460 or 11853776. OLE color: 11853776.

HSL color Cylindrical-coordinate representation of color #D0DFB4: hue angle of 80.93º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0DFB4 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB208223180-
CMYK0.0700.190.13
HSL80.93º40.19%79.02%-
HSV(B)80.93º19.28%87.45%-
XYZ60.6469.4853.4-
YUV213.61109.03124-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=34.04%
G=36.50%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231800.0700.190.1380.9340.1979.02
HexD0DFB47013D51284f
Octal32033726470231512150117
Binary110100001101111110110100111010011110110100011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFB4; }

 p { color: rgb(208,223,180); }

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

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

 a { background-color: rgb(208,223,180); }

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

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

 span { border-color: rgb(208,223,180); }

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