Shades of Sandwisp #DCD28C
Tints of Sandwisp #DCD28C
RGB
CMYK
RGB Variations
Color information
#DCD28C (or 0xDCD28C) is known color: Sandwisp. HEX triplet: DC, D2 and 8C. RGB value is (220,210,140). Sum of RGB (Red+Green+Blue) = 220+210+140=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD28C is #232D73. Grayscale: #CDCDCD. Windows color (decimal): -2305396 or 9229020. OLE color: 9229020.
HSL color Cylindrical-coordinate representation of color #DCD28C: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCD28C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 140 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.14 |
| HSL | 52.5º | 0.53% | 0.71% | - |
| HSV(B) | 52.5º | 0.36% | 0.86% | - |
| XYZ | 57.3 | 63.2 | 33.99 | - |
| YUV | 205.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 140 | 0 | 0.05 | 0.36 | 0.14 | 52.5 | 0.53 | 0.71 |
| Hex | DC | D2 | 8C | 0 | 5 | 24 | E | 34 | 35 | 47 |
| Octal | 334 | 322 | 214 | 0 | 5 | 44 | 16 | 64 | 65 | 107 |
| Binary | 11011100 | 11010010 | 10001100 | 0 | 101 | 100100 | 1110 | 110100 | 110101 | 1000111 |
Color Harmonies of #DCD28C
Complementary color
Monochromatic Colors of #DCD28C
Black with #DCD28C
Text Example
Text Example
White with #DCD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD28C; }
p { color: rgb(220,210,140); }
H1.HeaderClassName
{
color: #DCD28C;
}
.AnyTagClassName
{
color: #DCD28C;
}
</style>
background-color css
<style>
a { background-color: #DCD28C; }
a { background-color: rgb(220,210,140); }
div.DivClassName
{
background-color: #DCD28C;
}
.BgClassName
{
background-color: #DCD28C;
}
</style>
border-color css
<style>
span { border-color: #DCD28C; }
span { border-color: rgb(220,210,140); }
td.TdClassName
{
border-color: #DCD28C;
}
.TagClassName
{
border-color: #DCD28C;
}
</style>