#D6BBAB

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

Shades of Just Right #D6BBAB

Tints of Just Right #D6BBAB

Color information

#D6BBAB (or 0xD6BBAB) is unknown color: approx Just Right. HEX triplet: D6, BB and AB. RGB value is (214,187,171). Sum of RGB (Red+Green+Blue) = 214+187+171=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBAB is #294454. Grayscale: #C1C1C1. Windows color (decimal): -2704469 or 11254742. OLE color: 11254742.

HSL color Cylindrical-coordinate representation of color #D6BBAB: hue angle of 22.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BBAB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214187171-
CMYK00.130.200.16
HSL22.33º34.4%75.49%-
HSV(B)22.33º20.09%83.92%-
XYZ52.8552.7845.93-
YUV193.25115.45142.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=37.41%
G=32.69%
B=29.90%

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
Decimal21418717100.130.200.1622.3334.475.49
HexD6BBAB0D141016224b
Octal32627325301524202642113
Binary110101101011101110101011011011010010000101101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBAB; }

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

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

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

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

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

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

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

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