Shades of Starship #DFDD30
Tints of Starship #DFDD30
RGB
CMYK
RGB Variations
Color information
#DFDD30 (or 0xDFDD30) is known color: Starship. HEX triplet: DF, DD and 30. RGB value is (223,221,48). Sum of RGB (Red+Green+Blue) = 223+221+48=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD30 is #2022CF. Grayscale: #CACACA. Windows color (decimal): -2106064 or 3202527. OLE color: 3202527.
HSL color Cylindrical-coordinate representation of color #DFDD30: hue angle of 59.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFDD30 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 48 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 59.31º | 0.73% | 0.53% | - |
| HSV(B) | 59.31º | 0.78% | 0.87% | - |
| XYZ | 56.82 | 67.61 | 12.85 | - |
| YUV | 201.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 48 | 0 | 0.01 | 0.78 | 0.13 | 59.31 | 0.73 | 0.53 |
| Hex | DF | DD | 30 | 0 | 1 | 4E | D | 3B | 49 | 35 |
| Octal | 337 | 335 | 60 | 0 | 1 | 116 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011101 | 110000 | 0 | 1 | 1001110 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDD30
Complementary color
Monochromatic Colors of #DFDD30
Black with #DFDD30
Text Example
Text Example
White with #DFDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD30; }
p { color: rgb(223,221,48); }
H1.HeaderClassName
{
color: #DFDD30;
}
.AnyTagClassName
{
color: #DFDD30;
}
</style>
background-color css
<style>
a { background-color: #DFDD30; }
a { background-color: rgb(223,221,48); }
div.DivClassName
{
background-color: #DFDD30;
}
.BgClassName
{
background-color: #DFDD30;
}
</style>
border-color css
<style>
span { border-color: #DFDD30; }
span { border-color: rgb(223,221,48); }
td.TdClassName
{
border-color: #DFDD30;
}
.TagClassName
{
border-color: #DFDD30;
}
</style>