Shades of Starship #DFDD40
Tints of Starship #DFDD40
RGB
CMYK
RGB Variations
Color information
#DFDD40 (or 0xDFDD40) is known color: Starship. HEX triplet: DF, DD and 40. RGB value is (223,221,64). Sum of RGB (Red+Green+Blue) = 223+221+64=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD40 is #2022BF. Grayscale: #CCCCCC. Windows color (decimal): -2106048 or 4251103. OLE color: 4251103.
HSL color Cylindrical-coordinate representation of color #DFDD40: hue angle of 59.25º 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 #DFDD40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 59.25º | 0.71% | 0.56% | - |
| HSV(B) | 59.25º | 0.71% | 0.87% | - |
| XYZ | 57.21 | 67.77 | 14.92 | - |
| YUV | 203.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 64 | 0 | 0.01 | 0.71 | 0.13 | 59.25 | 0.71 | 0.56 |
| Hex | DF | DD | 40 | 0 | 1 | 47 | D | 3B | 47 | 38 |
| Octal | 337 | 335 | 100 | 0 | 1 | 107 | 15 | 73 | 107 | 70 |
| Binary | 11011111 | 11011101 | 1000000 | 0 | 1 | 1000111 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DFDD40
Complementary color
Monochromatic Colors of #DFDD40
Black with #DFDD40
Text Example
Text Example
White with #DFDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD40; }
p { color: rgb(223,221,64); }
H1.HeaderClassName
{
color: #DFDD40;
}
.AnyTagClassName
{
color: #DFDD40;
}
</style>
background-color css
<style>
a { background-color: #DFDD40; }
a { background-color: rgb(223,221,64); }
div.DivClassName
{
background-color: #DFDD40;
}
.BgClassName
{
background-color: #DFDD40;
}
</style>
border-color css
<style>
span { border-color: #DFDD40; }
span { border-color: rgb(223,221,64); }
td.TdClassName
{
border-color: #DFDD40;
}
.TagClassName
{
border-color: #DFDD40;
}
</style>