Shades of Sandwisp #DCD27D
Tints of Sandwisp #DCD27D
RGB
CMYK
RGB Variations
Color information
#DCD27D (or 0xDCD27D) is known color: Sandwisp. HEX triplet: DC, D2 and 7D. RGB value is (220,210,125). Sum of RGB (Red+Green+Blue) = 220+210+125=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD27D is #232D82. Grayscale: #CBCBCB. Windows color (decimal): -2305411 or 8245980. OLE color: 8245980.
HSL color Cylindrical-coordinate representation of color #DCD27D: hue angle of 53.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD27D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 125 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 53.68º | 0.58% | 0.68% | - |
| HSV(B) | 53.68º | 0.43% | 0.86% | - |
| XYZ | 56.26 | 62.79 | 28.56 | - |
| YUV | 203.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 125 | 0 | 0.05 | 0.43 | 0.14 | 53.68 | 0.58 | 0.68 |
| Hex | DC | D2 | 7D | 0 | 5 | 2B | E | 36 | 3A | 44 |
| Octal | 334 | 322 | 175 | 0 | 5 | 53 | 16 | 66 | 72 | 104 |
| Binary | 11011100 | 11010010 | 1111101 | 0 | 101 | 101011 | 1110 | 110110 | 111010 | 1000100 |
Color Harmonies of #DCD27D
Complementary color
Monochromatic Colors of #DCD27D
Black with #DCD27D
Text Example
Text Example
White with #DCD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD27D; }
p { color: rgb(220,210,125); }
H1.HeaderClassName
{
color: #DCD27D;
}
.AnyTagClassName
{
color: #DCD27D;
}
</style>
background-color css
<style>
a { background-color: #DCD27D; }
a { background-color: rgb(220,210,125); }
div.DivClassName
{
background-color: #DCD27D;
}
.BgClassName
{
background-color: #DCD27D;
}
</style>
border-color css
<style>
span { border-color: #DCD27D; }
span { border-color: rgb(220,210,125); }
td.TdClassName
{
border-color: #DCD27D;
}
.TagClassName
{
border-color: #DCD27D;
}
</style>