Shades of Starship #DFDA3C
Tints of Starship #DFDA3C
RGB
CMYK
RGB Variations
Color information
#DFDA3C (or 0xDFDA3C) is known color: Starship. HEX triplet: DF, DA and 3C. RGB value is (223,218,60). Sum of RGB (Red+Green+Blue) = 223+218+60=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA3C is #2025C3. Grayscale: #CACACA. Windows color (decimal): -2106820 or 3988191. OLE color: 3988191.
HSL color Cylindrical-coordinate representation of color #DFDA3C: hue angle of 58.16º 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 #DFDA3C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 60 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.13 |
| HSL | 58.16º | 0.72% | 0.55% | - |
| HSV(B) | 58.16º | 0.73% | 0.87% | - |
| XYZ | 56.32 | 66.16 | 14.08 | - |
| YUV | 201.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 60 | 0 | 0.02 | 0.73 | 0.13 | 58.16 | 0.72 | 0.55 |
| Hex | DF | DA | 3C | 0 | 2 | 49 | D | 3A | 48 | 37 |
| Octal | 337 | 332 | 74 | 0 | 2 | 111 | 15 | 72 | 110 | 67 |
| Binary | 11011111 | 11011010 | 111100 | 0 | 10 | 1001001 | 1101 | 111010 | 1001000 | 110111 |
Color Harmonies of #DFDA3C
Complementary color
Monochromatic Colors of #DFDA3C
Black with #DFDA3C
Text Example
Text Example
White with #DFDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA3C; }
p { color: rgb(223,218,60); }
H1.HeaderClassName
{
color: #DFDA3C;
}
.AnyTagClassName
{
color: #DFDA3C;
}
</style>
background-color css
<style>
a { background-color: #DFDA3C; }
a { background-color: rgb(223,218,60); }
div.DivClassName
{
background-color: #DFDA3C;
}
.BgClassName
{
background-color: #DFDA3C;
}
</style>
border-color css
<style>
span { border-color: #DFDA3C; }
span { border-color: rgb(223,218,60); }
td.TdClassName
{
border-color: #DFDA3C;
}
.TagClassName
{
border-color: #DFDA3C;
}
</style>