#DBBAA1

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

Shades of Just Right #DBBAA1

Tints of Just Right #DBBAA1

Color information

#DBBAA1 (or 0xDBBAA1) is unknown color: approx Just Right. HEX triplet: DB, BA and A1. RGB value is (219,186,161). Sum of RGB (Red+Green+Blue) = 219+186+161=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA1 is #24455E. Grayscale: #C1C1C1. Windows color (decimal): -2377055 or 10599131. OLE color: 10599131.

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

Color convert

RGB219186161-
CMYK00.150.260.14
HSL25.86º44.62%74.51%-
HSV(B)25.86º26.48%85.88%-
XYZ53.2152.7541.1-
YUV193.02109.93146.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 161 (63.28% from 255) = 28.45%
R=38.69%
G=32.86%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918616100.150.260.1425.8644.6274.51
HexDBBAA10F1AE1a2d4b
Octal33327224101732163255113
Binary11011011101110101010000101111110101110110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAA1; }

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

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

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

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

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

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

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

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