#DBBBAA

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

Shades of Just Right #DBBBAA

Tints of Just Right #DBBBAA

Color information

#DBBBAA (or 0xDBBBAA) is unknown color: approx Just Right. HEX triplet: DB, BB and AA. RGB value is (219,187,170). Sum of RGB (Red+Green+Blue) = 219+187+170=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAA is #244455. Grayscale: #C2C2C2. Windows color (decimal): -2376790 or 11189211. OLE color: 11189211.

HSL color Cylindrical-coordinate representation of color #DBBBAA: hue angle of 20.82º 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 #DBBBAA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219187170-
CMYK00.150.220.14
HSL20.82º40.5%76.27%-
HSV(B)20.82º22.37%85.88%-
XYZ54.2453.545.5-
YUV194.63114.1145.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=38.02%
G=32.47%
B=29.51%

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
Decimal21918717000.150.220.1420.8240.576.27
HexDBBBAA0F16E15284c
Octal33327325201726162550114
Binary11011011101110111010101001111101101110101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBAA; }

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

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

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

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

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

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

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

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