Shades of Just Right #DBC1AF
Tints of Just Right #DBC1AF
RGB
CMYK
RGB Variations
Color information
#DBC1AF (or 0xDBC1AF) is known color: Just Right. HEX triplet: DB, C1 and AF. RGB value is (219,193,175). Sum of RGB (Red+Green+Blue) = 219+193+175=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AF is #243E50. Grayscale: #C6C6C6. Windows color (decimal): -2375249 or 11518427. OLE color: 11518427.
HSL color Cylindrical-coordinate representation of color #DBC1AF: hue angle of 24.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC1AF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 175 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.14 |
| HSL | 24.55º | 0.38% | 0.77% | - |
| HSV(B) | 24.55º | 0.2% | 0.86% | - |
| XYZ | 56.02 | 56.3 | 48.47 | - |
| YUV | 198.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 175 | 0 | 0.12 | 0.20 | 0.14 | 24.55 | 0.38 | 0.77 |
| Hex | DB | C1 | AF | 0 | C | 14 | E | 19 | 26 | 4D |
| Octal | 333 | 301 | 257 | 0 | 14 | 24 | 16 | 31 | 46 | 115 |
| Binary | 11011011 | 11000001 | 10101111 | 0 | 1100 | 10100 | 1110 | 11001 | 100110 | 1001101 |
Color Harmonies of #DBC1AF
Complementary color
Monochromatic Colors of #DBC1AF
Black with #DBC1AF
Text Example
Text Example
White with #DBC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1AF; }
p { color: rgb(219,193,175); }
H1.HeaderClassName
{
color: #DBC1AF;
}
.AnyTagClassName
{
color: #DBC1AF;
}
</style>
background-color css
<style>
a { background-color: #DBC1AF; }
a { background-color: rgb(219,193,175); }
div.DivClassName
{
background-color: #DBC1AF;
}
.BgClassName
{
background-color: #DBC1AF;
}
</style>
border-color css
<style>
span { border-color: #DBC1AF; }
span { border-color: rgb(219,193,175); }
td.TdClassName
{
border-color: #DBC1AF;
}
.TagClassName
{
border-color: #DBC1AF;
}
</style>