Shades of Starship #DFDD41
Tints of Starship #DFDD41
RGB
CMYK
RGB Variations
Color information
#DFDD41 (or 0xDFDD41) is known color: Starship. HEX triplet: DF, DD and 41. RGB value is (223,221,65). Sum of RGB (Red+Green+Blue) = 223+221+65=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD41 is #2022BE. Grayscale: #CCCCCC. Windows color (decimal): -2106047 or 4316639. OLE color: 4316639.
HSL color Cylindrical-coordinate representation of color #DFDD41: hue angle of 59.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDD41 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 65 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 59.24º | 0.71% | 0.56% | - |
| HSV(B) | 59.24º | 0.71% | 0.87% | - |
| XYZ | 57.24 | 67.78 | 15.07 | - |
| YUV | 203.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 65 | 0 | 0.01 | 0.71 | 0.13 | 59.24 | 0.71 | 0.56 |
| Hex | DF | DD | 41 | 0 | 1 | 47 | D | 3B | 47 | 38 |
| Octal | 337 | 335 | 101 | 0 | 1 | 107 | 15 | 73 | 107 | 70 |
| Binary | 11011111 | 11011101 | 1000001 | 0 | 1 | 1000111 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DFDD41
Complementary color
Monochromatic Colors of #DFDD41
Black with #DFDD41
Text Example
Text Example
White with #DFDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD41; }
p { color: rgb(223,221,65); }
H1.HeaderClassName
{
color: #DFDD41;
}
.AnyTagClassName
{
color: #DFDD41;
}
</style>
background-color css
<style>
a { background-color: #DFDD41; }
a { background-color: rgb(223,221,65); }
div.DivClassName
{
background-color: #DFDD41;
}
.BgClassName
{
background-color: #DFDD41;
}
</style>
border-color css
<style>
span { border-color: #DFDD41; }
span { border-color: rgb(223,221,65); }
td.TdClassName
{
border-color: #DFDD41;
}
.TagClassName
{
border-color: #DFDD41;
}
</style>