Shades of Salomie #FFD37D
Tints of Salomie #FFD37D
RGB
CMYK
RGB Variations
Color information
#FFD37D (or 0xFFD37D) is known color: Salomie. HEX triplet: FF, D3 and 7D. RGB value is (255,211,125). Sum of RGB (Red+Green+Blue) = 255+211+125=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD37D is #002C82. Grayscale: #D6D6D6. Windows color (decimal): -11395 or 8246271. OLE color: 8246271.
HSL color Cylindrical-coordinate representation of color #FFD37D: hue angle of 39.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD37D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0 |
| HSL | 39.69º | 1% | 0.75% | - |
| HSV(B) | 39.69º | 0.51% | 1% | - |
| XYZ | 68.24 | 69.33 | 29.19 | - |
| YUV | 214.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 125 | 0 | 0.17 | 0.51 | 0 | 39.69 | 1 | 0.75 |
| Hex | FF | D3 | 7D | 0 | 11 | 33 | 0 | 28 | 64 | 4B |
| Octal | 377 | 323 | 175 | 0 | 21 | 63 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010011 | 1111101 | 0 | 10001 | 110011 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD37D
Complementary color
Monochromatic Colors of #FFD37D
Black with #FFD37D
Text Example
Text Example
White with #FFD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD37D; }
p { color: rgb(255,211,125); }
H1.HeaderClassName
{
color: #FFD37D;
}
.AnyTagClassName
{
color: #FFD37D;
}
</style>
background-color css
<style>
a { background-color: #FFD37D; }
a { background-color: rgb(255,211,125); }
div.DivClassName
{
background-color: #FFD37D;
}
.BgClassName
{
background-color: #FFD37D;
}
</style>
border-color css
<style>
span { border-color: #FFD37D; }
span { border-color: rgb(255,211,125); }
td.TdClassName
{
border-color: #FFD37D;
}
.TagClassName
{
border-color: #FFD37D;
}
</style>