Shades of Just Right #DCBCAA
Tints of Just Right #DCBCAA
RGB
CMYK
RGB Variations
Color information
#DCBCAA (or 0xDCBCAA) is known color: Just Right. HEX triplet: DC, BC and AA. RGB value is (220,188,170). Sum of RGB (Red+Green+Blue) = 220+188+170=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCAA is #234355. Grayscale: #C3C3C3. Windows color (decimal): -2310998 or 11189468. OLE color: 11189468.
HSL color Cylindrical-coordinate representation of color #DCBCAA: hue angle of 21.6º 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 #DCBCAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 170 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.14 |
| HSL | 21.6º | 0.42% | 0.76% | - |
| HSV(B) | 21.6º | 0.23% | 0.86% | - |
| XYZ | 54.75 | 54.08 | 45.58 | - |
| YUV | 195.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 170 | 0 | 0.15 | 0.23 | 0.14 | 21.6 | 0.42 | 0.76 |
| Hex | DC | BC | AA | 0 | F | 17 | E | 16 | 2A | 4C |
| Octal | 334 | 274 | 252 | 0 | 17 | 27 | 16 | 26 | 52 | 114 |
| Binary | 11011100 | 10111100 | 10101010 | 0 | 1111 | 10111 | 1110 | 10110 | 101010 | 1001100 |
Color Harmonies of #DCBCAA
Complementary color
Monochromatic Colors of #DCBCAA
Black with #DCBCAA
Text Example
Text Example
White with #DCBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCAA; }
p { color: rgb(220,188,170); }
H1.HeaderClassName
{
color: #DCBCAA;
}
.AnyTagClassName
{
color: #DCBCAA;
}
</style>
background-color css
<style>
a { background-color: #DCBCAA; }
a { background-color: rgb(220,188,170); }
div.DivClassName
{
background-color: #DCBCAA;
}
.BgClassName
{
background-color: #DCBCAA;
}
</style>
border-color css
<style>
span { border-color: #DCBCAA; }
span { border-color: rgb(220,188,170); }
td.TdClassName
{
border-color: #DCBCAA;
}
.TagClassName
{
border-color: #DCBCAA;
}
</style>