#D9BCAD

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

Shades of Just Right #D9BCAD

Tints of Just Right #D9BCAD

Color information

#D9BCAD (or 0xD9BCAD) is unknown color: approx Just Right. HEX triplet: D9, BC and AD. RGB value is (217,188,173). Sum of RGB (Red+Green+Blue) = 217+188+173=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAD is #264352. Grayscale: #C3C3C3. Windows color (decimal): -2507603 or 11386073. OLE color: 11386073.

HSL color Cylindrical-coordinate representation of color #D9BCAD: hue angle of 20.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BCAD is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217188173-
CMYK00.130.200.15
HSL20.45º36.67%76.47%-
HSV(B)20.45º20.28%85.1%-
XYZ54.1453.7447.05-
YUV194.96115.61143.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=37.54%
G=32.53%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718817300.130.200.1520.4536.6776.47
HexD9BCAD0D14F14254c
Octal33127425501524172445114
Binary11011001101111001010110101101101001111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCAD; }

 p { color: rgb(217,188,173); }

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

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

 a { background-color: rgb(217,188,173); }

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

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

 span { border-color: rgb(217,188,173); }

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