Shades of Sandwisp #DFD27F
Tints of Sandwisp #DFD27F
RGB
CMYK
RGB Variations
Color information
#DFD27F (or 0xDFD27F) is known color: Sandwisp. HEX triplet: DF, D2 and 7F. RGB value is (223,210,127). Sum of RGB (Red+Green+Blue) = 223+210+127=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD27F is #202D80. Grayscale: #CCCCCC. Windows color (decimal): -2108801 or 8377055. OLE color: 8377055.
HSL color Cylindrical-coordinate representation of color #DFD27F: hue angle of 51.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD27F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 127 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.13 |
| HSL | 51.88º | 0.6% | 0.69% | - |
| HSV(B) | 51.88º | 0.43% | 0.87% | - |
| XYZ | 57.31 | 63.31 | 29.28 | - |
| YUV | 204.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 127 | 0 | 0.06 | 0.43 | 0.13 | 51.88 | 0.6 | 0.69 |
| Hex | DF | D2 | 7F | 0 | 6 | 2B | D | 34 | 3C | 45 |
| Octal | 337 | 322 | 177 | 0 | 6 | 53 | 15 | 64 | 74 | 105 |
| Binary | 11011111 | 11010010 | 1111111 | 0 | 110 | 101011 | 1101 | 110100 | 111100 | 1000101 |
Color Harmonies of #DFD27F
Complementary color
Monochromatic Colors of #DFD27F
Black with #DFD27F
Text Example
Text Example
White with #DFD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD27F; }
p { color: rgb(223,210,127); }
H1.HeaderClassName
{
color: #DFD27F;
}
.AnyTagClassName
{
color: #DFD27F;
}
</style>
background-color css
<style>
a { background-color: #DFD27F; }
a { background-color: rgb(223,210,127); }
div.DivClassName
{
background-color: #DFD27F;
}
.BgClassName
{
background-color: #DFD27F;
}
</style>
border-color css
<style>
span { border-color: #DFD27F; }
span { border-color: rgb(223,210,127); }
td.TdClassName
{
border-color: #DFD27F;
}
.TagClassName
{
border-color: #DFD27F;
}
</style>