Shades of Cream Brulee #FFDF9B
Tints of Cream Brulee #FFDF9B
RGB
CMYK
RGB Variations
Color information
#FFDF9B (or 0xFFDF9B) is known color: Cream Brulee. HEX triplet: FF, DF and 9B. RGB value is (255,223,155). Sum of RGB (Red+Green+Blue) = 255+223+155=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF9B is #002064. Grayscale: #E1E1E1. Windows color (decimal): -8293 or 10215423. OLE color: 10215423.
HSL color Cylindrical-coordinate representation of color #FFDF9B: hue angle of 40.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDF9B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 155 | - |
| CMYK | 0 | 0.13 | 0.39 | 0 |
| HSL | 40.8º | 1% | 0.8% | - |
| HSV(B) | 40.8º | 0.39% | 1% | - |
| XYZ | 73.54 | 76.4 | 41.88 | - |
| YUV | 224.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 155 | 0 | 0.13 | 0.39 | 0 | 40.8 | 1 | 0.8 |
| Hex | FF | DF | 9B | 0 | D | 27 | 0 | 29 | 64 | 50 |
| Octal | 377 | 337 | 233 | 0 | 15 | 47 | 0 | 51 | 144 | 120 |
| Binary | 11111111 | 11011111 | 10011011 | 0 | 1101 | 100111 | 0 | 101001 | 1100100 | 1010000 |
Color Harmonies of #FFDF9B
Complementary color
Monochromatic Colors of #FFDF9B
Black with #FFDF9B
Text Example
Text Example
White with #FFDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF9B; }
p { color: rgb(255,223,155); }
H1.HeaderClassName
{
color: #FFDF9B;
}
.AnyTagClassName
{
color: #FFDF9B;
}
</style>
background-color css
<style>
a { background-color: #FFDF9B; }
a { background-color: rgb(255,223,155); }
div.DivClassName
{
background-color: #FFDF9B;
}
.BgClassName
{
background-color: #FFDF9B;
}
</style>
border-color css
<style>
span { border-color: #FFDF9B; }
span { border-color: rgb(255,223,155); }
td.TdClassName
{
border-color: #FFDF9B;
}
.TagClassName
{
border-color: #FFDF9B;
}
</style>