Shades of Cream Brulee #FFDC96
Tints of Cream Brulee #FFDC96
RGB
CMYK
RGB Variations
Color information
#FFDC96 (or 0xFFDC96) is known color: Cream Brulee. HEX triplet: FF, DC and 96. RGB value is (255,220,150). Sum of RGB (Red+Green+Blue) = 255+220+150=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC96 is #002369. Grayscale: #DEDEDE. Windows color (decimal): -9066 or 9886975. OLE color: 9886975.
HSL color Cylindrical-coordinate representation of color #FFDC96: hue angle of 40º 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 #FFDC96 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 150 | - |
| CMYK | 0 | 0.14 | 0.41 | 0 |
| HSL | 40º | 1% | 0.79% | - |
| HSV(B) | 40º | 0.41% | 1% | - |
| XYZ | 72.34 | 74.65 | 39.45 | - |
| YUV | 222.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 150 | 0 | 0.14 | 0.41 | 0 | 40 | 1 | 0.79 |
| Hex | FF | DC | 96 | 0 | E | 29 | 0 | 28 | 64 | 4F |
| Octal | 377 | 334 | 226 | 0 | 16 | 51 | 0 | 50 | 144 | 117 |
| Binary | 11111111 | 11011100 | 10010110 | 0 | 1110 | 101001 | 0 | 101000 | 1100100 | 1001111 |
Color Harmonies of #FFDC96
Complementary color
Monochromatic Colors of #FFDC96
Black with #FFDC96
Text Example
Text Example
White with #FFDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC96; }
p { color: rgb(255,220,150); }
H1.HeaderClassName
{
color: #FFDC96;
}
.AnyTagClassName
{
color: #FFDC96;
}
</style>
background-color css
<style>
a { background-color: #FFDC96; }
a { background-color: rgb(255,220,150); }
div.DivClassName
{
background-color: #FFDC96;
}
.BgClassName
{
background-color: #FFDC96;
}
</style>
border-color css
<style>
span { border-color: #FFDC96; }
span { border-color: rgb(255,220,150); }
td.TdClassName
{
border-color: #FFDC96;
}
.TagClassName
{
border-color: #FFDC96;
}
</style>