Shades of Cream Brulee #FFDF96
Tints of Cream Brulee #FFDF96
RGB
CMYK
RGB Variations
Color information
#FFDF96 (or 0xFFDF96) is known color: Cream Brulee. HEX triplet: FF, DF and 96. RGB value is (255,223,150). Sum of RGB (Red+Green+Blue) = 255+223+150=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF96 is #002069. Grayscale: #E0E0E0. Windows color (decimal): -8298 or 9887743. OLE color: 9887743.
HSL color Cylindrical-coordinate representation of color #FFDF96: hue angle of 41.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFDF96 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 150 | - |
| CMYK | 0 | 0.13 | 0.41 | 0 |
| HSL | 41.71º | 1% | 0.79% | - |
| HSV(B) | 41.71º | 0.41% | 1% | - |
| XYZ | 73.13 | 76.24 | 39.71 | - |
| YUV | 224.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 150 | 0 | 0.13 | 0.41 | 0 | 41.71 | 1 | 0.79 |
| Hex | FF | DF | 96 | 0 | D | 29 | 0 | 2A | 64 | 4F |
| Octal | 377 | 337 | 226 | 0 | 15 | 51 | 0 | 52 | 144 | 117 |
| Binary | 11111111 | 11011111 | 10010110 | 0 | 1101 | 101001 | 0 | 101010 | 1100100 | 1001111 |
Color Harmonies of #FFDF96
Complementary color
Monochromatic Colors of #FFDF96
Black with #FFDF96
Text Example
Text Example
White with #FFDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF96; }
p { color: rgb(255,223,150); }
H1.HeaderClassName
{
color: #FFDF96;
}
.AnyTagClassName
{
color: #FFDF96;
}
</style>
background-color css
<style>
a { background-color: #FFDF96; }
a { background-color: rgb(255,223,150); }
div.DivClassName
{
background-color: #FFDF96;
}
.BgClassName
{
background-color: #FFDF96;
}
</style>
border-color css
<style>
span { border-color: #FFDF96; }
span { border-color: rgb(255,223,150); }
td.TdClassName
{
border-color: #FFDF96;
}
.TagClassName
{
border-color: #FFDF96;
}
</style>