Shades of Karry #FFDFC4
Tints of Karry #FFDFC4
RGB
CMYK
RGB Variations
Color information
#FFDFC4 (or 0xFFDFC4) is known color: Karry. HEX triplet: FF, DF and C4. RGB value is (255,223,196). Sum of RGB (Red+Green+Blue) = 255+223+196=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC4 is #00203B. Grayscale: #E5E5E5. Windows color (decimal): -8252 or 12902399. OLE color: 12902399.
HSL color Cylindrical-coordinate representation of color #FFDFC4: hue angle of 27.46º 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 #FFDFC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0 |
| HSL | 27.46º | 1% | 0.88% | - |
| HSV(B) | 27.46º | 0.23% | 1% | - |
| XYZ | 77.59 | 78.02 | 63.19 | - |
| YUV | 229.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 196 | 0 | 0.13 | 0.23 | 0 | 27.46 | 1 | 0.88 |
| Hex | FF | DF | C4 | 0 | D | 17 | 0 | 1B | 64 | 58 |
| Octal | 377 | 337 | 304 | 0 | 15 | 27 | 0 | 33 | 144 | 130 |
| Binary | 11111111 | 11011111 | 11000100 | 0 | 1101 | 10111 | 0 | 11011 | 1100100 | 1011000 |
Color Harmonies of #FFDFC4
Complementary color
Monochromatic Colors of #FFDFC4
Black with #FFDFC4
Text Example
Text Example
White with #FFDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC4; }
p { color: rgb(255,223,196); }
H1.HeaderClassName
{
color: #FFDFC4;
}
.AnyTagClassName
{
color: #FFDFC4;
}
</style>
background-color css
<style>
a { background-color: #FFDFC4; }
a { background-color: rgb(255,223,196); }
div.DivClassName
{
background-color: #FFDFC4;
}
.BgClassName
{
background-color: #FFDFC4;
}
</style>
border-color css
<style>
span { border-color: #FFDFC4; }
span { border-color: rgb(255,223,196); }
td.TdClassName
{
border-color: #FFDFC4;
}
.TagClassName
{
border-color: #FFDFC4;
}
</style>