Shades of Cream Brulee #FFDF95
Tints of Cream Brulee #FFDF95
RGB
CMYK
RGB Variations
Color information
#FFDF95 (or 0xFFDF95) is known color: Cream Brulee. HEX triplet: FF, DF and 95. RGB value is (255,223,149). Sum of RGB (Red+Green+Blue) = 255+223+149=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF95 is #00206A. Grayscale: #E0E0E0. Windows color (decimal): -8299 or 9822207. OLE color: 9822207.
HSL color Cylindrical-coordinate representation of color #FFDF95: hue angle of 41.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFDF95 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 149 | - |
| CMYK | 0 | 0.13 | 0.42 | 0 |
| HSL | 41.89º | 1% | 0.79% | - |
| HSV(B) | 41.89º | 0.42% | 1% | - |
| XYZ | 73.05 | 76.21 | 39.29 | - |
| YUV | 224.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 149 | 0 | 0.13 | 0.42 | 0 | 41.89 | 1 | 0.79 |
| Hex | FF | DF | 95 | 0 | D | 2A | 0 | 2A | 64 | 4F |
| Octal | 377 | 337 | 225 | 0 | 15 | 52 | 0 | 52 | 144 | 117 |
| Binary | 11111111 | 11011111 | 10010101 | 0 | 1101 | 101010 | 0 | 101010 | 1100100 | 1001111 |
Color Harmonies of #FFDF95
Complementary color
Monochromatic Colors of #FFDF95
Black with #FFDF95
Text Example
Text Example
White with #FFDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF95; }
p { color: rgb(255,223,149); }
H1.HeaderClassName
{
color: #FFDF95;
}
.AnyTagClassName
{
color: #FFDF95;
}
</style>
background-color css
<style>
a { background-color: #FFDF95; }
a { background-color: rgb(255,223,149); }
div.DivClassName
{
background-color: #FFDF95;
}
.BgClassName
{
background-color: #FFDF95;
}
</style>
border-color css
<style>
span { border-color: #FFDF95; }
span { border-color: rgb(255,223,149); }
td.TdClassName
{
border-color: #FFDF95;
}
.TagClassName
{
border-color: #FFDF95;
}
</style>