#D7BDAC

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

Shades of Just Right #D7BDAC

Tints of Just Right #D7BDAC

Color information

#D7BDAC (or 0xD7BDAC) is unknown color: approx Just Right. HEX triplet: D7, BD and AC. RGB value is (215,189,172). Sum of RGB (Red+Green+Blue) = 215+189+172=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BDAC is #284253. Grayscale: #C2C2C2. Windows color (decimal): -2638420 or 11320791. OLE color: 11320791.

HSL color Cylindrical-coordinate representation of color #D7BDAC: hue angle of 23.72º degrees, saturation: 0.35, 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 #D7BDAC is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215189172-
CMYK00.120.20.16
HSL23.72º34.96%75.88%-
HSV(B)23.72º20%84.31%-
XYZ53.6753.8246.59-
YUV194.84115.11142.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=37.33%
G=32.81%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518917200.120.20.1623.7234.9675.88
HexD7BDAC0C141018234c
Octal32727525401424203043114
Binary110101111011110110101100011001010010000110001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDAC; }

 p { color: rgb(215,189,172); }

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

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

 a { background-color: rgb(215,189,172); }

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

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

 span { border-color: rgb(215,189,172); }

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