Shades of Just Right #DCBFAD
Tints of Just Right #DCBFAD
RGB
CMYK
RGB Variations
Color information
#DCBFAD (or 0xDCBFAD) is known color: Just Right. HEX triplet: DC, BF and AD. RGB value is (220,191,173). Sum of RGB (Red+Green+Blue) = 220+191+173=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFAD is #234052. Grayscale: #C5C5C5. Windows color (decimal): -2310227 or 11386844. OLE color: 11386844.
HSL color Cylindrical-coordinate representation of color #DCBFAD: hue angle of 22.98º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBFAD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 173 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.14 |
| HSL | 22.98º | 0.4% | 0.77% | - |
| HSV(B) | 22.98º | 0.21% | 0.86% | - |
| XYZ | 55.69 | 55.49 | 47.31 | - |
| YUV | 197.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 173 | 0 | 0.13 | 0.21 | 0.14 | 22.98 | 0.4 | 0.77 |
| Hex | DC | BF | AD | 0 | D | 15 | E | 17 | 28 | 4D |
| Octal | 334 | 277 | 255 | 0 | 15 | 25 | 16 | 27 | 50 | 115 |
| Binary | 11011100 | 10111111 | 10101101 | 0 | 1101 | 10101 | 1110 | 10111 | 101000 | 1001101 |
Color Harmonies of #DCBFAD
Complementary color
Monochromatic Colors of #DCBFAD
Black with #DCBFAD
Text Example
Text Example
White with #DCBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFAD; }
p { color: rgb(220,191,173); }
H1.HeaderClassName
{
color: #DCBFAD;
}
.AnyTagClassName
{
color: #DCBFAD;
}
</style>
background-color css
<style>
a { background-color: #DCBFAD; }
a { background-color: rgb(220,191,173); }
div.DivClassName
{
background-color: #DCBFAD;
}
.BgClassName
{
background-color: #DCBFAD;
}
</style>
border-color css
<style>
span { border-color: #DCBFAD; }
span { border-color: rgb(220,191,173); }
td.TdClassName
{
border-color: #DCBFAD;
}
.TagClassName
{
border-color: #DCBFAD;
}
</style>