Shades of Sandwisp #DFCD7F
Tints of Sandwisp #DFCD7F
RGB
CMYK
RGB Variations
Color information
#DFCD7F (or 0xDFCD7F) is known color: Sandwisp. HEX triplet: DF, CD and 7F. RGB value is (223,205,127). Sum of RGB (Red+Green+Blue) = 223+205+127=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD7F is #203280. Grayscale: #C9C9C9. Windows color (decimal): -2110081 or 8375775. OLE color: 8375775.
HSL color Cylindrical-coordinate representation of color #DFCD7F: hue angle of 48.75º 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 #DFCD7F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 127 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.75º | 0.6% | 0.69% | - |
| HSV(B) | 48.75º | 0.43% | 0.87% | - |
| XYZ | 56.09 | 60.88 | 28.87 | - |
| YUV | 201.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 127 | 0 | 0.08 | 0.43 | 0.13 | 48.75 | 0.6 | 0.69 |
| Hex | DF | CD | 7F | 0 | 8 | 2B | D | 31 | 3C | 45 |
| Octal | 337 | 315 | 177 | 0 | 10 | 53 | 15 | 61 | 74 | 105 |
| Binary | 11011111 | 11001101 | 1111111 | 0 | 1000 | 101011 | 1101 | 110001 | 111100 | 1000101 |
Color Harmonies of #DFCD7F
Complementary color
Monochromatic Colors of #DFCD7F
Black with #DFCD7F
Text Example
Text Example
White with #DFCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD7F; }
p { color: rgb(223,205,127); }
H1.HeaderClassName
{
color: #DFCD7F;
}
.AnyTagClassName
{
color: #DFCD7F;
}
</style>
background-color css
<style>
a { background-color: #DFCD7F; }
a { background-color: rgb(223,205,127); }
div.DivClassName
{
background-color: #DFCD7F;
}
.BgClassName
{
background-color: #DFCD7F;
}
</style>
border-color css
<style>
span { border-color: #DFCD7F; }
span { border-color: rgb(223,205,127); }
td.TdClassName
{
border-color: #DFCD7F;
}
.TagClassName
{
border-color: #DFCD7F;
}
</style>