Shades of Just Right #DBC1B4
Tints of Just Right #DBC1B4
RGB
CMYK
RGB Variations
Color information
#DBC1B4 (or 0xDBC1B4) is known color: Just Right. HEX triplet: DB, C1 and B4. RGB value is (219,193,180). Sum of RGB (Red+Green+Blue) = 219+193+180=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1B4 is #243E4B. Grayscale: #C7C7C7. Windows color (decimal): -2375244 or 11846107. OLE color: 11846107.
HSL color Cylindrical-coordinate representation of color #DBC1B4: hue angle of 20º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC1B4 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 180 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.14 |
| HSL | 20º | 0.35% | 0.78% | - |
| HSV(B) | 20º | 0.18% | 0.86% | - |
| XYZ | 56.52 | 56.5 | 51.11 | - |
| YUV | 199.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 180 | 0 | 0.12 | 0.18 | 0.14 | 20 | 0.35 | 0.78 |
| Hex | DB | C1 | B4 | 0 | C | 12 | E | 14 | 23 | 4E |
| Octal | 333 | 301 | 264 | 0 | 14 | 22 | 16 | 24 | 43 | 116 |
| Binary | 11011011 | 11000001 | 10110100 | 0 | 1100 | 10010 | 1110 | 10100 | 100011 | 1001110 |
Color Harmonies of #DBC1B4
Complementary color
Monochromatic Colors of #DBC1B4
Black with #DBC1B4
Text Example
Text Example
White with #DBC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1B4; }
p { color: rgb(219,193,180); }
H1.HeaderClassName
{
color: #DBC1B4;
}
.AnyTagClassName
{
color: #DBC1B4;
}
</style>
background-color css
<style>
a { background-color: #DBC1B4; }
a { background-color: rgb(219,193,180); }
div.DivClassName
{
background-color: #DBC1B4;
}
.BgClassName
{
background-color: #DBC1B4;
}
</style>
border-color css
<style>
span { border-color: #DBC1B4; }
span { border-color: rgb(219,193,180); }
td.TdClassName
{
border-color: #DBC1B4;
}
.TagClassName
{
border-color: #DBC1B4;
}
</style>