Shades of Just Right #DCC4B5
Tints of Just Right #DCC4B5
RGB
CMYK
RGB Variations
Color information
#DCC4B5 (or 0xDCC4B5) is known color: Just Right. HEX triplet: DC, C4 and B5. RGB value is (220,196,181). Sum of RGB (Red+Green+Blue) = 220+196+181=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4B5 is #233B4A. Grayscale: #C9C9C9. Windows color (decimal): -2308939 or 11912412. OLE color: 11912412.
HSL color Cylindrical-coordinate representation of color #DCC4B5: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC4B5 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 181 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.14 |
| HSL | 23.08º | 0.36% | 0.79% | - |
| HSV(B) | 23.08º | 0.18% | 0.86% | - |
| XYZ | 57.6 | 58.03 | 51.88 | - |
| YUV | 201.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 181 | 0 | 0.11 | 0.18 | 0.14 | 23.08 | 0.36 | 0.79 |
| Hex | DC | C4 | B5 | 0 | B | 12 | E | 17 | 24 | 4F |
| Octal | 334 | 304 | 265 | 0 | 13 | 22 | 16 | 27 | 44 | 117 |
| Binary | 11011100 | 11000100 | 10110101 | 0 | 1011 | 10010 | 1110 | 10111 | 100100 | 1001111 |
Color Harmonies of #DCC4B5
Complementary color
Monochromatic Colors of #DCC4B5
Black with #DCC4B5
Text Example
Text Example
White with #DCC4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4B5; }
p { color: rgb(220,196,181); }
H1.HeaderClassName
{
color: #DCC4B5;
}
.AnyTagClassName
{
color: #DCC4B5;
}
</style>
background-color css
<style>
a { background-color: #DCC4B5; }
a { background-color: rgb(220,196,181); }
div.DivClassName
{
background-color: #DCC4B5;
}
.BgClassName
{
background-color: #DCC4B5;
}
</style>
border-color css
<style>
span { border-color: #DCC4B5; }
span { border-color: rgb(220,196,181); }
td.TdClassName
{
border-color: #DCC4B5;
}
.TagClassName
{
border-color: #DCC4B5;
}
</style>