Shades of Cream Brulee #FFDF9E
Tints of Cream Brulee #FFDF9E
RGB
CMYK
RGB Variations
Color information
#FFDF9E (or 0xFFDF9E) is known color: Cream Brulee. HEX triplet: FF, DF and 9E. RGB value is (255,223,158). Sum of RGB (Red+Green+Blue) = 255+223+158=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF9E is #002061. Grayscale: #E1E1E1. Windows color (decimal): -8290 or 10412031. OLE color: 10412031.
HSL color Cylindrical-coordinate representation of color #FFDF9E: hue angle of 40.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFDF9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 158 | - |
| CMYK | 0 | 0.13 | 0.38 | 0 |
| HSL | 40.21º | 1% | 0.81% | - |
| HSV(B) | 40.21º | 0.38% | 1% | - |
| XYZ | 73.8 | 76.5 | 43.22 | - |
| YUV | 225.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 158 | 0 | 0.13 | 0.38 | 0 | 40.21 | 1 | 0.81 |
| Hex | FF | DF | 9E | 0 | D | 26 | 0 | 28 | 64 | 51 |
| Octal | 377 | 337 | 236 | 0 | 15 | 46 | 0 | 50 | 144 | 121 |
| Binary | 11111111 | 11011111 | 10011110 | 0 | 1101 | 100110 | 0 | 101000 | 1100100 | 1010001 |
Color Harmonies of #FFDF9E
Complementary color
Monochromatic Colors of #FFDF9E
Black with #FFDF9E
Text Example
Text Example
White with #FFDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF9E; }
p { color: rgb(255,223,158); }
H1.HeaderClassName
{
color: #FFDF9E;
}
.AnyTagClassName
{
color: #FFDF9E;
}
</style>
background-color css
<style>
a { background-color: #FFDF9E; }
a { background-color: rgb(255,223,158); }
div.DivClassName
{
background-color: #FFDF9E;
}
.BgClassName
{
background-color: #FFDF9E;
}
</style>
border-color css
<style>
span { border-color: #FFDF9E; }
span { border-color: rgb(255,223,158); }
td.TdClassName
{
border-color: #FFDF9E;
}
.TagClassName
{
border-color: #FFDF9E;
}
</style>