Shades of Just Right #DCBEAA
Tints of Just Right #DCBEAA
RGB
CMYK
RGB Variations
Color information
#DCBEAA (or 0xDCBEAA) is known color: Just Right. HEX triplet: DC, BE and AA. RGB value is (220,190,170). Sum of RGB (Red+Green+Blue) = 220+190+170=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAA is #234155. Grayscale: #C4C4C4. Windows color (decimal): -2310486 or 11189980. OLE color: 11189980.
HSL color Cylindrical-coordinate representation of color #DCBEAA: hue angle of 24º 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 #DCBEAA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 170 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.14 |
| HSL | 24º | 0.42% | 0.76% | - |
| HSV(B) | 24º | 0.23% | 0.86% | - |
| XYZ | 55.18 | 54.94 | 45.73 | - |
| YUV | 196.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 170 | 0 | 0.14 | 0.23 | 0.14 | 24 | 0.42 | 0.76 |
| Hex | DC | BE | AA | 0 | E | 17 | E | 18 | 2A | 4C |
| Octal | 334 | 276 | 252 | 0 | 16 | 27 | 16 | 30 | 52 | 114 |
| Binary | 11011100 | 10111110 | 10101010 | 0 | 1110 | 10111 | 1110 | 11000 | 101010 | 1001100 |
Color Harmonies of #DCBEAA
Complementary color
Monochromatic Colors of #DCBEAA
Black with #DCBEAA
Text Example
Text Example
White with #DCBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEAA; }
p { color: rgb(220,190,170); }
H1.HeaderClassName
{
color: #DCBEAA;
}
.AnyTagClassName
{
color: #DCBEAA;
}
</style>
background-color css
<style>
a { background-color: #DCBEAA; }
a { background-color: rgb(220,190,170); }
div.DivClassName
{
background-color: #DCBEAA;
}
.BgClassName
{
background-color: #DCBEAA;
}
</style>
border-color css
<style>
span { border-color: #DCBEAA; }
span { border-color: rgb(220,190,170); }
td.TdClassName
{
border-color: #DCBEAA;
}
.TagClassName
{
border-color: #DCBEAA;
}
</style>