Shades of Salomie #FFD27D
Tints of Salomie #FFD27D
RGB
CMYK
RGB Variations
Color information
#FFD27D (or 0xFFD27D) is known color: Salomie. HEX triplet: FF, D2 and 7D. RGB value is (255,210,125). Sum of RGB (Red+Green+Blue) = 255+210+125=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD27D is #002D82. Grayscale: #D6D6D6. Windows color (decimal): -11651 or 8246015. OLE color: 8246015.
HSL color Cylindrical-coordinate representation of color #FFD27D: hue angle of 39.23º 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 #FFD27D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 125 | - |
| CMYK | 0 | 0.18 | 0.51 | 0 |
| HSL | 39.23º | 1% | 0.75% | - |
| HSV(B) | 39.23º | 0.51% | 1% | - |
| XYZ | 67.99 | 68.83 | 29.1 | - |
| YUV | 213.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 125 | 0 | 0.18 | 0.51 | 0 | 39.23 | 1 | 0.75 |
| Hex | FF | D2 | 7D | 0 | 12 | 33 | 0 | 27 | 64 | 4B |
| Octal | 377 | 322 | 175 | 0 | 22 | 63 | 0 | 47 | 144 | 113 |
| Binary | 11111111 | 11010010 | 1111101 | 0 | 10010 | 110011 | 0 | 100111 | 1100100 | 1001011 |
Color Harmonies of #FFD27D
Complementary color
Monochromatic Colors of #FFD27D
Black with #FFD27D
Text Example
Text Example
White with #FFD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD27D; }
p { color: rgb(255,210,125); }
H1.HeaderClassName
{
color: #FFD27D;
}
.AnyTagClassName
{
color: #FFD27D;
}
</style>
background-color css
<style>
a { background-color: #FFD27D; }
a { background-color: rgb(255,210,125); }
div.DivClassName
{
background-color: #FFD27D;
}
.BgClassName
{
background-color: #FFD27D;
}
</style>
border-color css
<style>
span { border-color: #FFD27D; }
span { border-color: rgb(255,210,125); }
td.TdClassName
{
border-color: #FFD27D;
}
.TagClassName
{
border-color: #FFD27D;
}
</style>