Shades of Just Right #DCC4B4
Tints of Just Right #DCC4B4
RGB
CMYK
RGB Variations
Color information
#DCC4B4 (or 0xDCC4B4) is known color: Just Right. HEX triplet: DC, C4 and B4. RGB value is (220,196,180). Sum of RGB (Red+Green+Blue) = 220+196+180=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4B4 is #233B4B. Grayscale: #C9C9C9. Windows color (decimal): -2308940 or 11846876. OLE color: 11846876.
HSL color Cylindrical-coordinate representation of color #DCC4B4: hue angle of 24º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC4B4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 180 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.14 |
| HSL | 24º | 0.36% | 0.78% | - |
| HSV(B) | 24º | 0.18% | 0.86% | - |
| XYZ | 57.49 | 57.99 | 51.34 | - |
| YUV | 201.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 180 | 0 | 0.11 | 0.18 | 0.14 | 24 | 0.36 | 0.78 |
| Hex | DC | C4 | B4 | 0 | B | 12 | E | 18 | 24 | 4E |
| Octal | 334 | 304 | 264 | 0 | 13 | 22 | 16 | 30 | 44 | 116 |
| Binary | 11011100 | 11000100 | 10110100 | 0 | 1011 | 10010 | 1110 | 11000 | 100100 | 1001110 |
Color Harmonies of #DCC4B4
Complementary color
Monochromatic Colors of #DCC4B4
Black with #DCC4B4
Text Example
Text Example
White with #DCC4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4B4; }
p { color: rgb(220,196,180); }
H1.HeaderClassName
{
color: #DCC4B4;
}
.AnyTagClassName
{
color: #DCC4B4;
}
</style>
background-color css
<style>
a { background-color: #DCC4B4; }
a { background-color: rgb(220,196,180); }
div.DivClassName
{
background-color: #DCC4B4;
}
.BgClassName
{
background-color: #DCC4B4;
}
</style>
border-color css
<style>
span { border-color: #DCC4B4; }
span { border-color: rgb(220,196,180); }
td.TdClassName
{
border-color: #DCC4B4;
}
.TagClassName
{
border-color: #DCC4B4;
}
</style>