#D7BBAB

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

Shades of Just Right #D7BBAB

Tints of Just Right #D7BBAB

Color information

#D7BBAB (or 0xD7BBAB) is unknown color: approx Just Right. HEX triplet: D7, BB and AB. RGB value is (215,187,171). Sum of RGB (Red+Green+Blue) = 215+187+171=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBAB is #284454. Grayscale: #C1C1C1. Windows color (decimal): -2638933 or 11254743. OLE color: 11254743.

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

Color convert

RGB215187171-
CMYK00.130.200.16
HSL21.82º35.48%75.69%-
HSV(B)21.82º20.47%84.31%-
XYZ53.1552.9345.94-
YUV193.55115.28143.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=37.52%
G=32.64%
B=29.84%

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
Decimal21518717100.130.200.1621.8235.4875.69
HexD7BBAB0D141016234c
Octal32727325301524202643114
Binary110101111011101110101011011011010010000101101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBAB; }

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

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

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

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

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

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

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

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