#DBBAA0

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

Shades of Just Right #DBBAA0

Tints of Just Right #DBBAA0

Color information

#DBBAA0 (or 0xDBBAA0) is unknown color: approx Just Right. HEX triplet: DB, BA and A0. RGB value is (219,186,160). Sum of RGB (Red+Green+Blue) = 219+186+160=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA0 is #24455F. Grayscale: #C1C1C1. Windows color (decimal): -2377056 or 10533595. OLE color: 10533595.

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

Color convert

RGB219186160-
CMYK00.150.270.14
HSL26.44º45.04%74.31%-
HSV(B)26.44º26.94%85.88%-
XYZ53.1252.7240.63-
YUV192.9109.43146.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=38.76%
G=32.92%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918616000.150.270.1426.4445.0474.31
HexDBBAA00F1BE1a2d4a
Octal33327224001733163255112
Binary11011011101110101010000001111110111110110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAA0; }

 p { color: rgb(219,186,160); }

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

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

 a { background-color: rgb(219,186,160); }

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

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

 span { border-color: rgb(219,186,160); }

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