Shades of Starship #DFDD35
Tints of Starship #DFDD35
RGB
CMYK
RGB Variations
Color information
#DFDD35 (or 0xDFDD35) is known color: Starship. HEX triplet: DF, DD and 35. RGB value is (223,221,53). Sum of RGB (Red+Green+Blue) = 223+221+53=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD35 is #2022CA. Grayscale: #CBCBCB. Windows color (decimal): -2106059 or 3530207. OLE color: 3530207.
HSL color Cylindrical-coordinate representation of color #DFDD35: 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 #DFDD35 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 53 | - |
| 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.93 | 67.66 | 13.43 | - |
| YUV | 202.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 53 | 0 | 0.01 | 0.76 | 0.13 | 59.29 | 0.73 | 0.54 |
| Hex | DF | DD | 35 | 0 | 1 | 4C | D | 3B | 49 | 36 |
| Octal | 337 | 335 | 65 | 0 | 1 | 114 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011101 | 110101 | 0 | 1 | 1001100 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDD35
Complementary color
Monochromatic Colors of #DFDD35
Black with #DFDD35
Text Example
Text Example
White with #DFDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD35; }
p { color: rgb(223,221,53); }
H1.HeaderClassName
{
color: #DFDD35;
}
.AnyTagClassName
{
color: #DFDD35;
}
</style>
background-color css
<style>
a { background-color: #DFDD35; }
a { background-color: rgb(223,221,53); }
div.DivClassName
{
background-color: #DFDD35;
}
.BgClassName
{
background-color: #DFDD35;
}
</style>
border-color css
<style>
span { border-color: #DFDD35; }
span { border-color: rgb(223,221,53); }
td.TdClassName
{
border-color: #DFDD35;
}
.TagClassName
{
border-color: #DFDD35;
}
</style>