#DBBEAA

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

Shades of Just Right #DBBEAA

Tints of Just Right #DBBEAA

Color information

#DBBEAA (or 0xDBBEAA) is unknown color: approx Just Right. HEX triplet: DB, BE and AA. RGB value is (219,190,170). Sum of RGB (Red+Green+Blue) = 219+190+170=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAA is #244155. Grayscale: #C4C4C4. Windows color (decimal): -2376022 or 11189979. OLE color: 11189979.

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

Color convert

RGB219190170-
CMYK00.130.220.14
HSL24.49º40.5%76.27%-
HSV(B)24.49º22.37%85.88%-
XYZ54.8854.7945.71-
YUV196.39113.11144.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=37.82%
G=32.82%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017000.130.220.1424.4940.576.27
HexDBBEAA0D16E18284c
Octal33327625201526163050114
Binary11011011101111101010101001101101101110110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEAA; }

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

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

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

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

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

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

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

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