Shades of Starship #DFDD33
Tints of Starship #DFDD33
RGB
CMYK
RGB Variations
Color information
#DFDD33 (or 0xDFDD33) is known color: Starship. HEX triplet: DF, DD and 33. RGB value is (223,221,51). Sum of RGB (Red+Green+Blue) = 223+221+51=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD33 is #2022CC. Grayscale: #CACACA. Windows color (decimal): -2106061 or 3399135. OLE color: 3399135.
HSL color Cylindrical-coordinate representation of color #DFDD33: hue angle of 59.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFDD33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 51 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.13 |
| HSL | 59.3º | 0.73% | 0.54% | - |
| HSV(B) | 59.3º | 0.77% | 0.87% | - |
| XYZ | 56.89 | 67.64 | 13.19 | - |
| YUV | 202.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 51 | 0 | 0.01 | 0.77 | 0.13 | 59.3 | 0.73 | 0.54 |
| Hex | DF | DD | 33 | 0 | 1 | 4D | D | 3B | 49 | 36 |
| Octal | 337 | 335 | 63 | 0 | 1 | 115 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011101 | 110011 | 0 | 1 | 1001101 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDD33
Complementary color
Monochromatic Colors of #DFDD33
Black with #DFDD33
Text Example
Text Example
White with #DFDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD33; }
p { color: rgb(223,221,51); }
H1.HeaderClassName
{
color: #DFDD33;
}
.AnyTagClassName
{
color: #DFDD33;
}
</style>
background-color css
<style>
a { background-color: #DFDD33; }
a { background-color: rgb(223,221,51); }
div.DivClassName
{
background-color: #DFDD33;
}
.BgClassName
{
background-color: #DFDD33;
}
</style>
border-color css
<style>
span { border-color: #DFDD33; }
span { border-color: rgb(223,221,51); }
td.TdClassName
{
border-color: #DFDD33;
}
.TagClassName
{
border-color: #DFDD33;
}
</style>