#D7BBAC

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

Shades of Just Right #D7BBAC

Tints of Just Right #D7BBAC

Color information

#D7BBAC (or 0xD7BBAC) is unknown color: approx Just Right. HEX triplet: D7, BB and AC. RGB value is (215,187,172). Sum of RGB (Red+Green+Blue) = 215+187+172=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBAC is #284453. Grayscale: #C1C1C1. Windows color (decimal): -2638932 or 11320279. OLE color: 11320279.

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

Color convert

RGB215187172-
CMYK00.130.20.16
HSL20.93º34.96%75.88%-
HSV(B)20.93º20%84.31%-
XYZ53.2452.9746.45-
YUV193.66115.78143.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=37.46%
G=32.58%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518717200.130.20.1620.9334.9675.88
HexD7BBAC0D141015234c
Octal32727325401524202543114
Binary110101111011101110101100011011010010000101011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBAC; }

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

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

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

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

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

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

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

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