Shades of Just Right #DCBFAF
Tints of Just Right #DCBFAF
RGB
CMYK
RGB Variations
Color information
#DCBFAF (or 0xDCBFAF) is known color: Just Right. HEX triplet: DC, BF and AF. RGB value is (220,191,175). Sum of RGB (Red+Green+Blue) = 220+191+175=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFAF is #234050. Grayscale: #C5C5C5. Windows color (decimal): -2310225 or 11517916. OLE color: 11517916.
HSL color Cylindrical-coordinate representation of color #DCBFAF: hue angle of 21.33º degrees, saturation: 0.39, 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 #DCBFAF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 175 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.14 |
| HSL | 21.33º | 0.39% | 0.77% | - |
| HSV(B) | 21.33º | 0.2% | 0.86% | - |
| XYZ | 55.88 | 55.57 | 48.34 | - |
| YUV | 197.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 175 | 0 | 0.13 | 0.20 | 0.14 | 21.33 | 0.39 | 0.77 |
| Hex | DC | BF | AF | 0 | D | 14 | E | 15 | 27 | 4D |
| Octal | 334 | 277 | 257 | 0 | 15 | 24 | 16 | 25 | 47 | 115 |
| Binary | 11011100 | 10111111 | 10101111 | 0 | 1101 | 10100 | 1110 | 10101 | 100111 | 1001101 |
Color Harmonies of #DCBFAF
Complementary color
Monochromatic Colors of #DCBFAF
Black with #DCBFAF
Text Example
Text Example
White with #DCBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFAF; }
p { color: rgb(220,191,175); }
H1.HeaderClassName
{
color: #DCBFAF;
}
.AnyTagClassName
{
color: #DCBFAF;
}
</style>
background-color css
<style>
a { background-color: #DCBFAF; }
a { background-color: rgb(220,191,175); }
div.DivClassName
{
background-color: #DCBFAF;
}
.BgClassName
{
background-color: #DCBFAF;
}
</style>
border-color css
<style>
span { border-color: #DCBFAF; }
span { border-color: rgb(220,191,175); }
td.TdClassName
{
border-color: #DCBFAF;
}
.TagClassName
{
border-color: #DCBFAF;
}
</style>