#D7D0BA

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

Shades of Ecru White #D7D0BA

Tints of Ecru White #D7D0BA

Color information

#D7D0BA (or 0xD7D0BA) is unknown color: approx Ecru White. HEX triplet: D7, D0 and BA. RGB value is (215,208,186). Sum of RGB (Red+Green+Blue) = 215+208+186=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0BA is #282F45. Grayscale: #CFCFCF. Windows color (decimal): -2633542 or 12243159. OLE color: 12243159.

HSL color Cylindrical-coordinate representation of color #D7D0BA: hue angle of 45.52º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D0BA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215208186-
CMYK00.030.130.16
HSL45.52º26.61%78.63%-
HSV(B)45.52º13.49%84.31%-
XYZ59.4463.155.5-
YUV207.58115.82133.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=35.30%
G=34.15%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520818600.030.130.1645.5226.6178.63
HexD7D0BA03D102e1b4f
Octal3273202720315205633117
Binary110101111101000010111010011110110000101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0BA; }

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

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

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

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

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

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

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

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