#D6BFB1

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

Shades of Just Right #D6BFB1

Tints of Just Right #D6BFB1

Color information

#D6BFB1 (or 0xD6BFB1) is unknown color: approx Just Right. HEX triplet: D6, BF and B1. RGB value is (214,191,177). Sum of RGB (Red+Green+Blue) = 214+191+177=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFB1 is #29404E. Grayscale: #C4C4C4. Windows color (decimal): -2703439 or 11648982. OLE color: 11648982.

HSL color Cylindrical-coordinate representation of color #D6BFB1: hue angle of 22.7º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BFB1 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214191177-
CMYK00.110.170.16
HSL22.7º31.09%76.67%-
HSV(B)22.7º17.29%83.92%-
XYZ54.354.7349.3-
YUV196.28117.12140.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=36.77%
G=32.82%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419117700.110.170.1622.731.0976.67
HexD6BFB10B1110171f4d
Octal32627726101321202737115
Binary11010110101111111011000101011100011000010111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFB1; }

 p { color: rgb(214,191,177); }

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

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

 a { background-color: rgb(214,191,177); }

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

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

 span { border-color: rgb(214,191,177); }

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