Shades of Sandwisp #DECD7F
Tints of Sandwisp #DECD7F
RGB
CMYK
RGB Variations
Color information
#DECD7F (or 0xDECD7F) is known color: Sandwisp. HEX triplet: DE, CD and 7F. RGB value is (222,205,127). Sum of RGB (Red+Green+Blue) = 222+205+127=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD7F is #213280. Grayscale: #C9C9C9. Windows color (decimal): -2175617 or 8375774. OLE color: 8375774.
HSL color Cylindrical-coordinate representation of color #DECD7F: hue angle of 49.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DECD7F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 127 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 49.26º | 0.59% | 0.68% | - |
| HSV(B) | 49.26º | 0.43% | 0.87% | - |
| XYZ | 55.79 | 60.72 | 28.86 | - |
| YUV | 201.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 127 | 0 | 0.08 | 0.43 | 0.13 | 49.26 | 0.59 | 0.68 |
| Hex | DE | CD | 7F | 0 | 8 | 2B | D | 31 | 3B | 44 |
| Octal | 336 | 315 | 177 | 0 | 10 | 53 | 15 | 61 | 73 | 104 |
| Binary | 11011110 | 11001101 | 1111111 | 0 | 1000 | 101011 | 1101 | 110001 | 111011 | 1000100 |
Color Harmonies of #DECD7F
Complementary color
Monochromatic Colors of #DECD7F
Black with #DECD7F
Text Example
Text Example
White with #DECD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD7F; }
p { color: rgb(222,205,127); }
H1.HeaderClassName
{
color: #DECD7F;
}
.AnyTagClassName
{
color: #DECD7F;
}
</style>
background-color css
<style>
a { background-color: #DECD7F; }
a { background-color: rgb(222,205,127); }
div.DivClassName
{
background-color: #DECD7F;
}
.BgClassName
{
background-color: #DECD7F;
}
</style>
border-color css
<style>
span { border-color: #DECD7F; }
span { border-color: rgb(222,205,127); }
td.TdClassName
{
border-color: #DECD7F;
}
.TagClassName
{
border-color: #DECD7F;
}
</style>