Html Css Color HEX #D7D0BA Ecru White

📋 copy color: '#D7D0BA'

red 215 ◦ green 208 ◦ blue 186

#D7D0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D7D0BA

Tints of Ecru White #D7D0BA

RGB

 RED value IS 215 (84.38% from 255) = 35.3%

 GREEN value IS 208 (81.64% from 255) = 34.15%

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 35.3%
G = 34.15%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7D0BA (or 0xD7D0BA) is known color: 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

RGB 215 208 186 -
CMYK 0 0.03 0.13 0.16
HSL 45.52º 0.27% 0.79% -
HSV(B) 45.52º 0.13% 0.84% -
XYZ 59.44 63.1 55.5 -
YUV 207.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 215 208 186 0 0.03 0.13 0.16 45.52 0.27 0.79
Hex D7 D0 BA 0 3 D 10 2E 1B 4F
Octal 327 320 272 0 3 15 20 56 33 117
Binary 11010111 11010000 10111010 0 11 1101 10000 101110 11011 1001111

Color Harmonies of #D7D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0BA

Black with #D7D0BA

Text Example


Text Example

White with #D7D0BA

Text Example


Text Example

HTML Codes & Css Web 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>