Shades of Caramel #FFD38D
Tints of Caramel #FFD38D
RGB
CMYK
RGB Variations
Color information
#FFD38D (or 0xFFD38D) is known color: Caramel. HEX triplet: FF, D3 and 8D. RGB value is (255,211,141). Sum of RGB (Red+Green+Blue) = 255+211+141=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD38D is #002C72. Grayscale: #D8D8D8. Windows color (decimal): -11379 or 9294847. OLE color: 9294847.
HSL color Cylindrical-coordinate representation of color #FFD38D: hue angle of 36.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD38D is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 141 | - |
| CMYK | 0 | 0.17 | 0.45 | 0 |
| HSL | 36.84º | 1% | 0.78% | - |
| HSV(B) | 36.84º | 0.45% | 1% | - |
| XYZ | 69.34 | 69.77 | 35.01 | - |
| YUV | 216.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 141 | 0 | 0.17 | 0.45 | 0 | 36.84 | 1 | 0.78 |
| Hex | FF | D3 | 8D | 0 | 11 | 2D | 0 | 25 | 64 | 4E |
| Octal | 377 | 323 | 215 | 0 | 21 | 55 | 0 | 45 | 144 | 116 |
| Binary | 11111111 | 11010011 | 10001101 | 0 | 10001 | 101101 | 0 | 100101 | 1100100 | 1001110 |
Color Harmonies of #FFD38D
Complementary color
Monochromatic Colors of #FFD38D
Black with #FFD38D
Text Example
Text Example
White with #FFD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD38D; }
p { color: rgb(255,211,141); }
H1.HeaderClassName
{
color: #FFD38D;
}
.AnyTagClassName
{
color: #FFD38D;
}
</style>
background-color css
<style>
a { background-color: #FFD38D; }
a { background-color: rgb(255,211,141); }
div.DivClassName
{
background-color: #FFD38D;
}
.BgClassName
{
background-color: #FFD38D;
}
</style>
border-color css
<style>
span { border-color: #FFD38D; }
span { border-color: rgb(255,211,141); }
td.TdClassName
{
border-color: #FFD38D;
}
.TagClassName
{
border-color: #FFD38D;
}
</style>