Shades of Karry #FFDCC4
Tints of Karry #FFDCC4
RGB
CMYK
RGB Variations
Color information
#FFDCC4 (or 0xFFDCC4) is known color: Karry. HEX triplet: FF, DC and C4. RGB value is (255,220,196). Sum of RGB (Red+Green+Blue) = 255+220+196=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC4 is #00233B. Grayscale: #E3E3E3. Windows color (decimal): -9020 or 12901631. OLE color: 12901631.
HSL color Cylindrical-coordinate representation of color #FFDCC4: hue angle of 24.41º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFDCC4 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 196 | - |
| CMYK | 0 | 0.14 | 0.23 | 0 |
| HSL | 24.41º | 1% | 0.88% | - |
| HSV(B) | 24.41º | 0.23% | 1% | - |
| XYZ | 76.8 | 76.43 | 62.93 | - |
| YUV | 227.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 196 | 0 | 0.14 | 0.23 | 0 | 24.41 | 1 | 0.88 |
| Hex | FF | DC | C4 | 0 | E | 17 | 0 | 18 | 64 | 58 |
| Octal | 377 | 334 | 304 | 0 | 16 | 27 | 0 | 30 | 144 | 130 |
| Binary | 11111111 | 11011100 | 11000100 | 0 | 1110 | 10111 | 0 | 11000 | 1100100 | 1011000 |
Color Harmonies of #FFDCC4
Complementary color
Monochromatic Colors of #FFDCC4
Black with #FFDCC4
Text Example
Text Example
White with #FFDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCC4; }
p { color: rgb(255,220,196); }
H1.HeaderClassName
{
color: #FFDCC4;
}
.AnyTagClassName
{
color: #FFDCC4;
}
</style>
background-color css
<style>
a { background-color: #FFDCC4; }
a { background-color: rgb(255,220,196); }
div.DivClassName
{
background-color: #FFDCC4;
}
.BgClassName
{
background-color: #FFDCC4;
}
</style>
border-color css
<style>
span { border-color: #FFDCC4; }
span { border-color: rgb(255,220,196); }
td.TdClassName
{
border-color: #FFDCC4;
}
.TagClassName
{
border-color: #FFDCC4;
}
</style>