Shades of Just Right #DCBBA7
Tints of Just Right #DCBBA7
RGB
CMYK
RGB Variations
Color information
#DCBBA7 (or 0xDCBBA7) is known color: Just Right. HEX triplet: DC, BB and A7. RGB value is (220,187,167). Sum of RGB (Red+Green+Blue) = 220+187+167=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA7 is #234458. Grayscale: #C2C2C2. Windows color (decimal): -2311257 or 10992604. OLE color: 10992604.
HSL color Cylindrical-coordinate representation of color #DCBBA7: hue angle of 22.64º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBBA7 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 167 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 22.64º | 0.43% | 0.76% | - |
| HSV(B) | 22.64º | 0.24% | 0.86% | - |
| XYZ | 54.26 | 53.55 | 44.03 | - |
| YUV | 194.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 167 | 0 | 0.15 | 0.24 | 0.14 | 22.64 | 0.43 | 0.76 |
| Hex | DC | BB | A7 | 0 | F | 18 | E | 17 | 2B | 4C |
| Octal | 334 | 273 | 247 | 0 | 17 | 30 | 16 | 27 | 53 | 114 |
| Binary | 11011100 | 10111011 | 10100111 | 0 | 1111 | 11000 | 1110 | 10111 | 101011 | 1001100 |
Color Harmonies of #DCBBA7
Complementary color
Monochromatic Colors of #DCBBA7
Black with #DCBBA7
Text Example
Text Example
White with #DCBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBA7; }
p { color: rgb(220,187,167); }
H1.HeaderClassName
{
color: #DCBBA7;
}
.AnyTagClassName
{
color: #DCBBA7;
}
</style>
background-color css
<style>
a { background-color: #DCBBA7; }
a { background-color: rgb(220,187,167); }
div.DivClassName
{
background-color: #DCBBA7;
}
.BgClassName
{
background-color: #DCBBA7;
}
</style>
border-color css
<style>
span { border-color: #DCBBA7; }
span { border-color: rgb(220,187,167); }
td.TdClassName
{
border-color: #DCBBA7;
}
.TagClassName
{
border-color: #DCBBA7;
}
</style>