Shades of Starship #DDDF41
Tints of Starship #DDDF41
RGB
CMYK
RGB Variations
Color information
#DDDF41 (or 0xDDDF41) is known color: Starship. HEX triplet: DD, DF and 41. RGB value is (221,223,65). Sum of RGB (Red+Green+Blue) = 221+223+65=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF41 is #2220BE. Grayscale: #CDCDCD. Windows color (decimal): -2236607 or 4317149. OLE color: 4317149.
HSL color Cylindrical-coordinate representation of color #DDDF41: hue angle of 60.76º 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 #DDDF41 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 65 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.13 |
| HSL | 60.76º | 0.71% | 0.56% | - |
| HSV(B) | 60.76º | 0.71% | 0.87% | - |
| XYZ | 57.16 | 68.53 | 15.22 | - |
| YUV | 204.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 65 | 0.01 | 0 | 0.71 | 0.13 | 60.76 | 0.71 | 0.56 |
| Hex | DD | DF | 41 | 1 | 0 | 47 | D | 3D | 47 | 38 |
| Octal | 335 | 337 | 101 | 1 | 0 | 107 | 15 | 75 | 107 | 70 |
| Binary | 11011101 | 11011111 | 1000001 | 1 | 0 | 1000111 | 1101 | 111101 | 1000111 | 111000 |
Color Harmonies of #DDDF41
Complementary color
Monochromatic Colors of #DDDF41
Black with #DDDF41
Text Example
Text Example
White with #DDDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF41; }
p { color: rgb(221,223,65); }
H1.HeaderClassName
{
color: #DDDF41;
}
.AnyTagClassName
{
color: #DDDF41;
}
</style>
background-color css
<style>
a { background-color: #DDDF41; }
a { background-color: rgb(221,223,65); }
div.DivClassName
{
background-color: #DDDF41;
}
.BgClassName
{
background-color: #DDDF41;
}
</style>
border-color css
<style>
span { border-color: #DDDF41; }
span { border-color: rgb(221,223,65); }
td.TdClassName
{
border-color: #DDDF41;
}
.TagClassName
{
border-color: #DDDF41;
}
</style>