#DBBAA7

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

Shades of Just Right #DBBAA7

Tints of Just Right #DBBAA7

Color information

#DBBAA7 (or 0xDBBAA7) is unknown color: approx Just Right. HEX triplet: DB, BA and A7. RGB value is (219,186,167). Sum of RGB (Red+Green+Blue) = 219+186+167=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA7 is #244558. Grayscale: #C1C1C1. Windows color (decimal): -2377049 or 10992347. OLE color: 10992347.

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

Color convert

RGB219186167-
CMYK00.150.240.14
HSL21.92º41.94%75.69%-
HSV(B)21.92º23.74%85.88%-
XYZ53.7552.9743.95-
YUV193.7112.93146.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=38.29%
G=32.52%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918616700.150.240.1421.9241.9475.69
HexDBBAA70F18E162a4c
Octal33327224701730162652114
Binary11011011101110101010011101111110001110101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAA7; }

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

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

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

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

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

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

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

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