#D7BCAD

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

Shades of Just Right #D7BCAD

Tints of Just Right #D7BCAD

Color information

#D7BCAD (or 0xD7BCAD) is unknown color: approx Just Right. HEX triplet: D7, BC and AD. RGB value is (215,188,173). Sum of RGB (Red+Green+Blue) = 215+188+173=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BCAD is #284352. Grayscale: #C2C2C2. Windows color (decimal): -2638675 or 11386071. OLE color: 11386071.

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

Color convert

RGB215188173-
CMYK00.130.200.16
HSL21.43º34.43%76.08%-
HSV(B)21.43º19.53%84.31%-
XYZ53.5553.4347.03-
YUV194.36115.95142.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=37.33%
G=32.64%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518817300.130.200.1621.4334.4376.08
HexD7BCAD0D141015224c
Octal32727425501524202542114
Binary110101111011110010101101011011010010000101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCAD; }

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

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

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

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

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

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

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

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