#DBC0B1

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

Shades of Just Right #DBC0B1

Tints of Just Right #DBC0B1

Color information

#DBC0B1 (or 0xDBC0B1) is unknown color: approx Just Right. HEX triplet: DB, C0 and B1. RGB value is (219,192,177). Sum of RGB (Red+Green+Blue) = 219+192+177=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0B1 is #243F4E. Grayscale: #C6C6C6. Windows color (decimal): -2375503 or 11649243. OLE color: 11649243.

HSL color Cylindrical-coordinate representation of color #DBC0B1: hue angle of 21.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC0B1 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219192177-
CMYK00.120.190.14
HSL21.43º36.84%77.65%-
HSV(B)21.43º19.18%85.88%-
XYZ5655.9349.44-
YUV198.36115.95142.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=37.24%
G=32.65%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919217700.120.190.1421.4336.8477.65
HexDBC0B10C13E15254e
Octal33330026101423162545116
Binary11011011110000001011000101100100111110101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0B1; }

 p { color: rgb(219,192,177); }

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

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

 a { background-color: rgb(219,192,177); }

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

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

 span { border-color: rgb(219,192,177); }

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