Shades of Sandwisp #DECC7B
Tints of Sandwisp #DECC7B
RGB
CMYK
RGB Variations
Color information
#DECC7B (or 0xDECC7B) is known color: Sandwisp. HEX triplet: DE, CC and 7B. RGB value is (222,204,123). Sum of RGB (Red+Green+Blue) = 222+204+123=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC7B is #213384. Grayscale: #C8C8C8. Windows color (decimal): -2175877 or 8113374. OLE color: 8113374.
HSL color Cylindrical-coordinate representation of color #DECC7B: hue angle of 49.09º 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 #DECC7B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 123 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.13 |
| HSL | 49.09º | 0.6% | 0.68% | - |
| HSV(B) | 49.09º | 0.45% | 0.87% | - |
| XYZ | 55.29 | 60.15 | 27.43 | - |
| YUV | 200.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 123 | 0 | 0.08 | 0.45 | 0.13 | 49.09 | 0.6 | 0.68 |
| Hex | DE | CC | 7B | 0 | 8 | 2D | D | 31 | 3C | 44 |
| Octal | 336 | 314 | 173 | 0 | 10 | 55 | 15 | 61 | 74 | 104 |
| Binary | 11011110 | 11001100 | 1111011 | 0 | 1000 | 101101 | 1101 | 110001 | 111100 | 1000100 |
Color Harmonies of #DECC7B
Complementary color
Monochromatic Colors of #DECC7B
Black with #DECC7B
Text Example
Text Example
White with #DECC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC7B; }
p { color: rgb(222,204,123); }
H1.HeaderClassName
{
color: #DECC7B;
}
.AnyTagClassName
{
color: #DECC7B;
}
</style>
background-color css
<style>
a { background-color: #DECC7B; }
a { background-color: rgb(222,204,123); }
div.DivClassName
{
background-color: #DECC7B;
}
.BgClassName
{
background-color: #DECC7B;
}
</style>
border-color css
<style>
span { border-color: #DECC7B; }
span { border-color: rgb(222,204,123); }
td.TdClassName
{
border-color: #DECC7B;
}
.TagClassName
{
border-color: #DECC7B;
}
</style>