Shades of Sandwisp #DECF7B
Tints of Sandwisp #DECF7B
RGB
CMYK
RGB Variations
Color information
#DECF7B (or 0xDECF7B) is known color: Sandwisp. HEX triplet: DE, CF and 7B. RGB value is (222,207,123). Sum of RGB (Red+Green+Blue) = 222+207+123=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF7B is #213084. Grayscale: #CACACA. Windows color (decimal): -2175109 or 8114142. OLE color: 8114142.
HSL color Cylindrical-coordinate representation of color #DECF7B: hue angle of 50.91º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DECF7B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 123 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.13 |
| HSL | 50.91º | 0.6% | 0.68% | - |
| HSV(B) | 50.91º | 0.45% | 0.87% | - |
| XYZ | 56.01 | 61.59 | 27.67 | - |
| YUV | 201.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 123 | 0 | 0.07 | 0.45 | 0.13 | 50.91 | 0.6 | 0.68 |
| Hex | DE | CF | 7B | 0 | 7 | 2D | D | 33 | 3C | 44 |
| Octal | 336 | 317 | 173 | 0 | 7 | 55 | 15 | 63 | 74 | 104 |
| Binary | 11011110 | 11001111 | 1111011 | 0 | 111 | 101101 | 1101 | 110011 | 111100 | 1000100 |
Color Harmonies of #DECF7B
Complementary color
Monochromatic Colors of #DECF7B
Black with #DECF7B
Text Example
Text Example
White with #DECF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF7B; }
p { color: rgb(222,207,123); }
H1.HeaderClassName
{
color: #DECF7B;
}
.AnyTagClassName
{
color: #DECF7B;
}
</style>
background-color css
<style>
a { background-color: #DECF7B; }
a { background-color: rgb(222,207,123); }
div.DivClassName
{
background-color: #DECF7B;
}
.BgClassName
{
background-color: #DECF7B;
}
</style>
border-color css
<style>
span { border-color: #DECF7B; }
span { border-color: rgb(222,207,123); }
td.TdClassName
{
border-color: #DECF7B;
}
.TagClassName
{
border-color: #DECF7B;
}
</style>