Shades of Sandwisp #DFC77F
Tints of Sandwisp #DFC77F
RGB
CMYK
RGB Variations
Color information
#DFC77F (or 0xDFC77F) is known color: Sandwisp. HEX triplet: DF, C7 and 7F. RGB value is (223,199,127). Sum of RGB (Red+Green+Blue) = 223+199+127=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC77F is #203880. Grayscale: #C6C6C6. Windows color (decimal): -2111617 or 8374239. OLE color: 8374239.
HSL color Cylindrical-coordinate representation of color #DFC77F: hue angle of 45º 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 #DFC77F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 127 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 45º | 0.6% | 0.69% | - |
| HSV(B) | 45º | 0.43% | 0.87% | - |
| XYZ | 54.69 | 58.07 | 28.4 | - |
| YUV | 197.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 127 | 0 | 0.11 | 0.43 | 0.13 | 45 | 0.6 | 0.69 |
| Hex | DF | C7 | 7F | 0 | B | 2B | D | 2D | 3C | 45 |
| Octal | 337 | 307 | 177 | 0 | 13 | 53 | 15 | 55 | 74 | 105 |
| Binary | 11011111 | 11000111 | 1111111 | 0 | 1011 | 101011 | 1101 | 101101 | 111100 | 1000101 |
Color Harmonies of #DFC77F
Complementary color
Monochromatic Colors of #DFC77F
Black with #DFC77F
Text Example
Text Example
White with #DFC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC77F; }
p { color: rgb(223,199,127); }
H1.HeaderClassName
{
color: #DFC77F;
}
.AnyTagClassName
{
color: #DFC77F;
}
</style>
background-color css
<style>
a { background-color: #DFC77F; }
a { background-color: rgb(223,199,127); }
div.DivClassName
{
background-color: #DFC77F;
}
.BgClassName
{
background-color: #DFC77F;
}
</style>
border-color css
<style>
span { border-color: #DFC77F; }
span { border-color: rgb(223,199,127); }
td.TdClassName
{
border-color: #DFC77F;
}
.TagClassName
{
border-color: #DFC77F;
}
</style>