Shades of Sandwisp #DAD27D
Tints of Sandwisp #DAD27D
RGB
CMYK
RGB Variations
Color information
#DAD27D (or 0xDAD27D) is known color: Sandwisp. HEX triplet: DA, D2 and 7D. RGB value is (218,210,125). Sum of RGB (Red+Green+Blue) = 218+210+125=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD27D is #252D82. Grayscale: #CBCBCB. Windows color (decimal): -2436483 or 8245978. OLE color: 8245978.
HSL color Cylindrical-coordinate representation of color #DAD27D: hue angle of 54.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD27D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 125 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.15 |
| HSL | 54.84º | 0.56% | 0.67% | - |
| HSV(B) | 54.84º | 0.43% | 0.85% | - |
| XYZ | 55.66 | 62.48 | 28.53 | - |
| YUV | 202.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 125 | 0 | 0.04 | 0.43 | 0.15 | 54.84 | 0.56 | 0.67 |
| Hex | DA | D2 | 7D | 0 | 4 | 2B | F | 37 | 38 | 43 |
| Octal | 332 | 322 | 175 | 0 | 4 | 53 | 17 | 67 | 70 | 103 |
| Binary | 11011010 | 11010010 | 1111101 | 0 | 100 | 101011 | 1111 | 110111 | 111000 | 1000011 |
Color Harmonies of #DAD27D
Complementary color
Monochromatic Colors of #DAD27D
Black with #DAD27D
Text Example
Text Example
White with #DAD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD27D; }
p { color: rgb(218,210,125); }
H1.HeaderClassName
{
color: #DAD27D;
}
.AnyTagClassName
{
color: #DAD27D;
}
</style>
background-color css
<style>
a { background-color: #DAD27D; }
a { background-color: rgb(218,210,125); }
div.DivClassName
{
background-color: #DAD27D;
}
.BgClassName
{
background-color: #DAD27D;
}
</style>
border-color css
<style>
span { border-color: #DAD27D; }
span { border-color: rgb(218,210,125); }
td.TdClassName
{
border-color: #DAD27D;
}
.TagClassName
{
border-color: #DAD27D;
}
</style>