Shades of Just Right #DCBFAA
Tints of Just Right #DCBFAA
RGB
CMYK
RGB Variations
Color information
#DCBFAA (or 0xDCBFAA) is known color: Just Right. HEX triplet: DC, BF and AA. RGB value is (220,191,170). Sum of RGB (Red+Green+Blue) = 220+191+170=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFAA is #234055. Grayscale: #C5C5C5. Windows color (decimal): -2310230 or 11190236. OLE color: 11190236.
HSL color Cylindrical-coordinate representation of color #DCBFAA: hue angle of 25.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBFAA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.14 |
| HSL | 25.2º | 0.42% | 0.76% | - |
| HSV(B) | 25.2º | 0.23% | 0.86% | - |
| XYZ | 55.4 | 55.38 | 45.8 | - |
| YUV | 197.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 170 | 0 | 0.13 | 0.23 | 0.14 | 25.2 | 0.42 | 0.76 |
| Hex | DC | BF | AA | 0 | D | 17 | E | 19 | 2A | 4C |
| Octal | 334 | 277 | 252 | 0 | 15 | 27 | 16 | 31 | 52 | 114 |
| Binary | 11011100 | 10111111 | 10101010 | 0 | 1101 | 10111 | 1110 | 11001 | 101010 | 1001100 |
Color Harmonies of #DCBFAA
Complementary color
Monochromatic Colors of #DCBFAA
Black with #DCBFAA
Text Example
Text Example
White with #DCBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFAA; }
p { color: rgb(220,191,170); }
H1.HeaderClassName
{
color: #DCBFAA;
}
.AnyTagClassName
{
color: #DCBFAA;
}
</style>
background-color css
<style>
a { background-color: #DCBFAA; }
a { background-color: rgb(220,191,170); }
div.DivClassName
{
background-color: #DCBFAA;
}
.BgClassName
{
background-color: #DCBFAA;
}
</style>
border-color css
<style>
span { border-color: #DCBFAA; }
span { border-color: rgb(220,191,170); }
td.TdClassName
{
border-color: #DCBFAA;
}
.TagClassName
{
border-color: #DCBFAA;
}
</style>