Shades of Cream Brulee #FFDC93
Tints of Cream Brulee #FFDC93
RGB
CMYK
RGB Variations
Color information
#FFDC93 (or 0xFFDC93) is known color: Cream Brulee. HEX triplet: FF, DC and 93. RGB value is (255,220,147). Sum of RGB (Red+Green+Blue) = 255+220+147=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 147 (57.81% from 255 or 23.63% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC93 is #00236C. Grayscale: #DEDEDE. Windows color (decimal): -9069 or 9690367. OLE color: 9690367.
HSL color Cylindrical-coordinate representation of color #FFDC93: hue angle of 40.56º 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 #FFDC93 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 147 | - |
| CMYK | 0 | 0.14 | 0.42 | 0 |
| HSL | 40.56º | 1% | 0.79% | - |
| HSV(B) | 40.56º | 0.42% | 1% | - |
| XYZ | 72.1 | 74.55 | 38.19 | - |
| YUV | 222.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 147 | 0 | 0.14 | 0.42 | 0 | 40.56 | 1 | 0.79 |
| Hex | FF | DC | 93 | 0 | E | 2A | 0 | 29 | 64 | 4F |
| Octal | 377 | 334 | 223 | 0 | 16 | 52 | 0 | 51 | 144 | 117 |
| Binary | 11111111 | 11011100 | 10010011 | 0 | 1110 | 101010 | 0 | 101001 | 1100100 | 1001111 |
Color Harmonies of #FFDC93
Complementary color
Monochromatic Colors of #FFDC93
Black with #FFDC93
Text Example
Text Example
White with #FFDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC93; }
p { color: rgb(255,220,147); }
H1.HeaderClassName
{
color: #FFDC93;
}
.AnyTagClassName
{
color: #FFDC93;
}
</style>
background-color css
<style>
a { background-color: #FFDC93; }
a { background-color: rgb(255,220,147); }
div.DivClassName
{
background-color: #FFDC93;
}
.BgClassName
{
background-color: #FFDC93;
}
</style>
border-color css
<style>
span { border-color: #FFDC93; }
span { border-color: rgb(255,220,147); }
td.TdClassName
{
border-color: #FFDC93;
}
.TagClassName
{
border-color: #FFDC93;
}
</style>