Shades of Starship #DFD53D
Tints of Starship #DFD53D
RGB
CMYK
RGB Variations
Color information
#DFD53D (or 0xDFD53D) is known color: Starship. HEX triplet: DF, D5 and 3D. RGB value is (223,213,61). Sum of RGB (Red+Green+Blue) = 223+213+61=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD53D is #202AC2. Grayscale: #C7C7C7. Windows color (decimal): -2108099 or 4052447. OLE color: 4052447.
HSL color Cylindrical-coordinate representation of color #DFD53D: hue angle of 56.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD53D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 61 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.13 |
| HSL | 56.3º | 0.72% | 0.56% | - |
| HSV(B) | 56.3º | 0.73% | 0.87% | - |
| XYZ | 55.07 | 63.61 | 13.79 | - |
| YUV | 198.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 61 | 0 | 0.04 | 0.73 | 0.13 | 56.3 | 0.72 | 0.56 |
| Hex | DF | D5 | 3D | 0 | 4 | 49 | D | 38 | 48 | 38 |
| Octal | 337 | 325 | 75 | 0 | 4 | 111 | 15 | 70 | 110 | 70 |
| Binary | 11011111 | 11010101 | 111101 | 0 | 100 | 1001001 | 1101 | 111000 | 1001000 | 111000 |
Color Harmonies of #DFD53D
Complementary color
Monochromatic Colors of #DFD53D
Black with #DFD53D
Text Example
Text Example
White with #DFD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD53D; }
p { color: rgb(223,213,61); }
H1.HeaderClassName
{
color: #DFD53D;
}
.AnyTagClassName
{
color: #DFD53D;
}
</style>
background-color css
<style>
a { background-color: #DFD53D; }
a { background-color: rgb(223,213,61); }
div.DivClassName
{
background-color: #DFD53D;
}
.BgClassName
{
background-color: #DFD53D;
}
</style>
border-color css
<style>
span { border-color: #DFD53D; }
span { border-color: rgb(223,213,61); }
td.TdClassName
{
border-color: #DFD53D;
}
.TagClassName
{
border-color: #DFD53D;
}
</style>