#D0D4BA

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

Shades of Harp #D0D4BA

Tints of Harp #D0D4BA

Color information

#D0D4BA (or 0xD0D4BA) is unknown color: approx Harp. HEX triplet: D0, D4 and BA. RGB value is (208,212,186). Sum of RGB (Red+Green+Blue) = 208+212+186=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BA is #2F2B45. Grayscale: #CFCFCF. Windows color (decimal): -3091270 or 12244176. OLE color: 12244176.

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

Color convert

RGB208212186-
CMYK0.0200.120.17
HSL69.23º23.21%78.04%-
HSV(B)69.23º12.26%83.14%-
XYZ58.4264.0455.74-
YUV207.84115.67128.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=34.32%
G=34.98%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121860.0200.120.1769.2323.2178.04
HexD0D4BA20C1145174e
Octal32032427220142110527116
Binary1101000011010100101110101001100100011000101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4BA; }

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

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

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

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

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

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

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

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