Shades of Sandwisp #DDD27D
Tints of Sandwisp #DDD27D
RGB
CMYK
RGB Variations
Color information
#DDD27D (or 0xDDD27D) is known color: Sandwisp. HEX triplet: DD, D2 and 7D. RGB value is (221,210,125). Sum of RGB (Red+Green+Blue) = 221+210+125=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD27D is #222D82. Grayscale: #CBCBCB. Windows color (decimal): -2239875 or 8245981. OLE color: 8245981.
HSL color Cylindrical-coordinate representation of color #DDD27D: hue angle of 53.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD27D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 210 | 125 | - |
CMYK | 0 | 0.05 | 0.43 | 0.13 |
HSL | 53.13º | 0.59% | 0.68% | - |
HSV(B) | 53.13º | 0.43% | 0.87% | - |
XYZ | 56.57 | 62.95 | 28.57 | - |
YUV | 203.6 | 83.64 | 140.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 210 | 125 | 0 | 0.05 | 0.43 | 0.13 | 53.13 | 0.59 | 0.68 |
Hex | DD | D2 | 7D | 0 | 5 | 2B | D | 35 | 3B | 44 |
Octal | 335 | 322 | 175 | 0 | 5 | 53 | 15 | 65 | 73 | 104 |
Binary | 11011101 | 11010010 | 1111101 | 0 | 101 | 101011 | 1101 | 110101 | 111011 | 1000100 |
Color Harmonies of #DDD27D
Complementary color
Monochromatic Colors of #DDD27D
Black with #DDD27D
Text Example
Text Example
White with #DDD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD27D; }
p { color: rgb(221,210,125); }
H1.HeaderClassName
{
color: #DDD27D;
}
.AnyTagClassName
{
color: #DDD27D;
}
</style>
background-color css
<style>
a { background-color: #DDD27D; }
a { background-color: rgb(221,210,125); }
div.DivClassName
{
background-color: #DDD27D;
}
.BgClassName
{
background-color: #DDD27D;
}
</style>
border-color css
<style>
span { border-color: #DDD27D; }
span { border-color: rgb(221,210,125); }
td.TdClassName
{
border-color: #DDD27D;
}
.TagClassName
{
border-color: #DDD27D;
}
</style>