Shades of Starship #DDDF30
Tints of Starship #DDDF30
RGB
CMYK
RGB Variations
Color information
#DDDF30 (or 0xDDDF30) is known color: Starship. HEX triplet: DD, DF and 30. RGB value is (221,223,48). Sum of RGB (Red+Green+Blue) = 221+223+48=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF30 is #2220CF. Grayscale: #CBCBCB. Windows color (decimal): -2236624 or 3203037. OLE color: 3203037.
HSL color Cylindrical-coordinate representation of color #DDDF30: hue angle of 60.69º 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 #DDDF30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.13 |
| HSL | 60.69º | 0.73% | 0.53% | - |
| HSV(B) | 60.69º | 0.78% | 0.87% | - |
| XYZ | 56.74 | 68.36 | 13 | - |
| YUV | 202.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 48 | 0.01 | 0 | 0.78 | 0.13 | 60.69 | 0.73 | 0.53 |
| Hex | DD | DF | 30 | 1 | 0 | 4E | D | 3D | 49 | 35 |
| Octal | 335 | 337 | 60 | 1 | 0 | 116 | 15 | 75 | 111 | 65 |
| Binary | 11011101 | 11011111 | 110000 | 1 | 0 | 1001110 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DDDF30
Complementary color
Monochromatic Colors of #DDDF30
Black with #DDDF30
Text Example
Text Example
White with #DDDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF30; }
p { color: rgb(221,223,48); }
H1.HeaderClassName
{
color: #DDDF30;
}
.AnyTagClassName
{
color: #DDDF30;
}
</style>
background-color css
<style>
a { background-color: #DDDF30; }
a { background-color: rgb(221,223,48); }
div.DivClassName
{
background-color: #DDDF30;
}
.BgClassName
{
background-color: #DDDF30;
}
</style>
border-color css
<style>
span { border-color: #DDDF30; }
span { border-color: rgb(221,223,48); }
td.TdClassName
{
border-color: #DDDF30;
}
.TagClassName
{
border-color: #DDDF30;
}
</style>