Shades of Starship #DFDD36
Tints of Starship #DFDD36
RGB
CMYK
RGB Variations
Color information
#DFDD36 (or 0xDFDD36) is known color: Starship. HEX triplet: DF, DD and 36. RGB value is (223,221,54). Sum of RGB (Red+Green+Blue) = 223+221+54=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD36 is #2022C9. Grayscale: #CBCBCB. Windows color (decimal): -2106058 or 3595743. OLE color: 3595743.
HSL color Cylindrical-coordinate representation of color #DFDD36: hue angle of 59.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFDD36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 59.29º | 0.73% | 0.54% | - |
| HSV(B) | 59.29º | 0.76% | 0.87% | - |
| XYZ | 56.95 | 67.67 | 13.55 | - |
| YUV | 202.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 54 | 0 | 0.01 | 0.76 | 0.13 | 59.29 | 0.73 | 0.54 |
| Hex | DF | DD | 36 | 0 | 1 | 4C | D | 3B | 49 | 36 |
| Octal | 337 | 335 | 66 | 0 | 1 | 114 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011101 | 110110 | 0 | 1 | 1001100 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDD36
Complementary color
Monochromatic Colors of #DFDD36
Black with #DFDD36
Text Example
Text Example
White with #DFDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD36; }
p { color: rgb(223,221,54); }
H1.HeaderClassName
{
color: #DFDD36;
}
.AnyTagClassName
{
color: #DFDD36;
}
</style>
background-color css
<style>
a { background-color: #DFDD36; }
a { background-color: rgb(223,221,54); }
div.DivClassName
{
background-color: #DFDD36;
}
.BgClassName
{
background-color: #DFDD36;
}
</style>
border-color css
<style>
span { border-color: #DFDD36; }
span { border-color: rgb(223,221,54); }
td.TdClassName
{
border-color: #DFDD36;
}
.TagClassName
{
border-color: #DFDD36;
}
</style>