Shades of Starship #DFDA3E
Tints of Starship #DFDA3E
RGB
CMYK
RGB Variations
Color information
#DFDA3E (or 0xDFDA3E) is known color: Starship. HEX triplet: DF, DA and 3E. RGB value is (223,218,62). Sum of RGB (Red+Green+Blue) = 223+218+62=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA3E is #2025C1. Grayscale: #CACACA. Windows color (decimal): -2106818 or 4119263. OLE color: 4119263.
HSL color Cylindrical-coordinate representation of color #DFDA3E: hue angle of 58.14º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFDA3E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 62 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.13 |
| HSL | 58.14º | 0.72% | 0.56% | - |
| HSV(B) | 58.14º | 0.72% | 0.87% | - |
| XYZ | 56.37 | 66.18 | 14.36 | - |
| YUV | 201.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 62 | 0 | 0.02 | 0.72 | 0.13 | 58.14 | 0.72 | 0.56 |
| Hex | DF | DA | 3E | 0 | 2 | 48 | D | 3A | 48 | 38 |
| Octal | 337 | 332 | 76 | 0 | 2 | 110 | 15 | 72 | 110 | 70 |
| Binary | 11011111 | 11011010 | 111110 | 0 | 10 | 1001000 | 1101 | 111010 | 1001000 | 111000 |
Color Harmonies of #DFDA3E
Complementary color
Monochromatic Colors of #DFDA3E
Black with #DFDA3E
Text Example
Text Example
White with #DFDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA3E; }
p { color: rgb(223,218,62); }
H1.HeaderClassName
{
color: #DFDA3E;
}
.AnyTagClassName
{
color: #DFDA3E;
}
</style>
background-color css
<style>
a { background-color: #DFDA3E; }
a { background-color: rgb(223,218,62); }
div.DivClassName
{
background-color: #DFDA3E;
}
.BgClassName
{
background-color: #DFDA3E;
}
</style>
border-color css
<style>
span { border-color: #DFDA3E; }
span { border-color: rgb(223,218,62); }
td.TdClassName
{
border-color: #DFDA3E;
}
.TagClassName
{
border-color: #DFDA3E;
}
</style>