#D7BFAD

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

Shades of Just Right #D7BFAD

Tints of Just Right #D7BFAD

Color information

#D7BFAD (or 0xD7BFAD) is unknown color: approx Just Right. HEX triplet: D7, BF and AD. RGB value is (215,191,173). Sum of RGB (Red+Green+Blue) = 215+191+173=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BFAD is #284052. Grayscale: #C4C4C4. Windows color (decimal): -2637907 or 11386839. OLE color: 11386839.

HSL color Cylindrical-coordinate representation of color #D7BFAD: hue angle of 25.71º 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 #D7BFAD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215191173-
CMYK00.110.200.16
HSL25.71º34.43%76.08%-
HSV(B)25.71º19.53%84.31%-
XYZ54.254.7347.24-
YUV196.12114.95141.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=37.13%
G=32.99%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519117300.110.200.1625.7134.4376.08
HexD7BFAD0B14101a224c
Octal32727725501324203242114
Binary110101111011111110101101010111010010000110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFAD; }

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

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

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

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

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

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

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

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