#DBB9AA

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

Shades of Just Right #DBB9AA

Tints of Just Right #DBB9AA

Color information

#DBB9AA (or 0xDBB9AA) is unknown color: approx Just Right. HEX triplet: DB, B9 and AA. RGB value is (219,185,170). Sum of RGB (Red+Green+Blue) = 219+185+170=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AA is #244655. Grayscale: #C1C1C1. Windows color (decimal): -2377302 or 11188699. OLE color: 11188699.

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

Color convert

RGB219185170-
CMYK00.160.220.14
HSL18.37º40.5%76.27%-
HSV(B)18.37º22.37%85.88%-
XYZ53.8252.6645.36-
YUV193.46114.76146.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=38.15%
G=32.23%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918517000.160.220.1418.3740.576.27
HexDBB9AA01016E12284c
Octal33327125202026162250114
Binary110110111011100110101010010000101101110100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9AA; }

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

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

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

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

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

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

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

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