#D0DBB3

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

Shades of Harp #D0DBB3

Tints of Harp #D0DBB3

Color information

#D0DBB3 (or 0xD0DBB3) is unknown color: approx Harp. HEX triplet: D0, DB and B3. RGB value is (208,219,179). Sum of RGB (Red+Green+Blue) = 208+219+179=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBB3 is #2F244C. Grayscale: #D3D3D3. Windows color (decimal): -3089485 or 11787216. OLE color: 11787216.

HSL color Cylindrical-coordinate representation of color #D0DBB3: hue angle of 76.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DBB3 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB208219179-
CMYK0.0500.180.14
HSL76.5º35.71%78.04%-
HSV(B)76.5º18.26%85.88%-
XYZ59.4867.3352.51-
YUV211.15109.86125.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=34.32%
G=36.14%
B=29.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191790.0500.180.1476.535.7178.04
HexD0DBB35012E4c244e
Octal32033326350221611444116
Binary110100001101101110110011101010010111010011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBB3; }

 p { color: rgb(208,219,179); }

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

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

 a { background-color: rgb(208,219,179); }

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

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

 span { border-color: rgb(208,219,179); }

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