Shades of Starship #DFD43C
Tints of Starship #DFD43C
RGB
CMYK
RGB Variations
Color information
#DFD43C (or 0xDFD43C) is known color: Starship. HEX triplet: DF, D4 and 3C. RGB value is (223,212,60). Sum of RGB (Red+Green+Blue) = 223+212+60=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD43C is #202BC3. Grayscale: #C6C6C6. Windows color (decimal): -2108356 or 3986655. OLE color: 3986655.
HSL color Cylindrical-coordinate representation of color #DFD43C: hue angle of 55.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD43C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 60 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.13 |
| HSL | 55.95º | 0.72% | 0.55% | - |
| HSV(B) | 55.95º | 0.73% | 0.87% | - |
| XYZ | 54.79 | 63.1 | 13.57 | - |
| YUV | 197.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 60 | 0 | 0.05 | 0.73 | 0.13 | 55.95 | 0.72 | 0.55 |
| Hex | DF | D4 | 3C | 0 | 5 | 49 | D | 38 | 48 | 37 |
| Octal | 337 | 324 | 74 | 0 | 5 | 111 | 15 | 70 | 110 | 67 |
| Binary | 11011111 | 11010100 | 111100 | 0 | 101 | 1001001 | 1101 | 111000 | 1001000 | 110111 |
Color Harmonies of #DFD43C
Complementary color
Monochromatic Colors of #DFD43C
Black with #DFD43C
Text Example
Text Example
White with #DFD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD43C; }
p { color: rgb(223,212,60); }
H1.HeaderClassName
{
color: #DFD43C;
}
.AnyTagClassName
{
color: #DFD43C;
}
</style>
background-color css
<style>
a { background-color: #DFD43C; }
a { background-color: rgb(223,212,60); }
div.DivClassName
{
background-color: #DFD43C;
}
.BgClassName
{
background-color: #DFD43C;
}
</style>
border-color css
<style>
span { border-color: #DFD43C; }
span { border-color: rgb(223,212,60); }
td.TdClassName
{
border-color: #DFD43C;
}
.TagClassName
{
border-color: #DFD43C;
}
</style>