#DBBAA5

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

Shades of Just Right #DBBAA5

Tints of Just Right #DBBAA5

Color information

#DBBAA5 (or 0xDBBAA5) is unknown color: approx Just Right. HEX triplet: DB, BA and A5. RGB value is (219,186,165). Sum of RGB (Red+Green+Blue) = 219+186+165=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA5 is #24455A. Grayscale: #C1C1C1. Windows color (decimal): -2377051 or 10861275. OLE color: 10861275.

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

Color convert

RGB219186165-
CMYK00.150.250.14
HSL23.33º42.86%75.29%-
HSV(B)23.33º24.66%85.88%-
XYZ53.5652.8942.98-
YUV193.47111.93146.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=38.42%
G=32.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918616500.150.250.1423.3342.8675.29
HexDBBAA50F19E172b4b
Octal33327224501731162753113
Binary11011011101110101010010101111110011110101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAA5; }

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

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

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

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

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

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

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

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