#DBBBAB

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

Shades of Just Right #DBBBAB

Tints of Just Right #DBBBAB

Color information

#DBBBAB (or 0xDBBBAB) is unknown color: approx Just Right. HEX triplet: DB, BB and AB. RGB value is (219,187,171). Sum of RGB (Red+Green+Blue) = 219+187+171=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAB is #244454. Grayscale: #C2C2C2. Windows color (decimal): -2376789 or 11254747. OLE color: 11254747.

HSL color Cylindrical-coordinate representation of color #DBBBAB: hue angle of 20º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBBAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219187171-
CMYK00.150.220.14
HSL20º40%76.47%-
HSV(B)20º21.92%85.88%-
XYZ54.3353.5446-
YUV194.74114.6145.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=37.95%
G=32.41%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918717100.150.220.14204076.47
HexDBBBAB0F16E14284c
Octal33327325301726162450114
Binary11011011101110111010101101111101101110101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBAB; }

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

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

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

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

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

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

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

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