Shades of Karry #FFDFBE
Tints of Karry #FFDFBE
RGB
CMYK
RGB Variations
Color information
#FFDFBE (or 0xFFDFBE) is known color: Karry. HEX triplet: FF, DF and BE. RGB value is (255,223,190). Sum of RGB (Red+Green+Blue) = 255+223+190=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFBE is #002041. Grayscale: #E4E4E4. Windows color (decimal): -8258 or 12509183. OLE color: 12509183.
HSL color Cylindrical-coordinate representation of color #FFDFBE: hue angle of 30.46º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFDFBE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 190 | - |
| CMYK | 0 | 0.13 | 0.25 | 0 |
| HSL | 30.46º | 1% | 0.87% | - |
| HSV(B) | 30.46º | 0.25% | 1% | - |
| XYZ | 76.92 | 77.75 | 59.67 | - |
| YUV | 228.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 190 | 0 | 0.13 | 0.25 | 0 | 30.46 | 1 | 0.87 |
| Hex | FF | DF | BE | 0 | D | 19 | 0 | 1E | 64 | 57 |
| Octal | 377 | 337 | 276 | 0 | 15 | 31 | 0 | 36 | 144 | 127 |
| Binary | 11111111 | 11011111 | 10111110 | 0 | 1101 | 11001 | 0 | 11110 | 1100100 | 1010111 |
Color Harmonies of #FFDFBE
Complementary color
Monochromatic Colors of #FFDFBE
Black with #FFDFBE
Text Example
Text Example
White with #FFDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFBE; }
p { color: rgb(255,223,190); }
H1.HeaderClassName
{
color: #FFDFBE;
}
.AnyTagClassName
{
color: #FFDFBE;
}
</style>
background-color css
<style>
a { background-color: #FFDFBE; }
a { background-color: rgb(255,223,190); }
div.DivClassName
{
background-color: #FFDFBE;
}
.BgClassName
{
background-color: #FFDFBE;
}
</style>
border-color css
<style>
span { border-color: #FFDFBE; }
span { border-color: rgb(255,223,190); }
td.TdClassName
{
border-color: #FFDFBE;
}
.TagClassName
{
border-color: #FFDFBE;
}
</style>