Shades of Starship #DFED3A
Tints of Starship #DFED3A
RGB
CMYK
RGB Variations
Color information
#DFED3A (or 0xDFED3A) is known color: Starship. HEX triplet: DF, ED and 3A. RGB value is (223,237,58). Sum of RGB (Red+Green+Blue) = 223+237+58=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED3A is #2012C5. Grayscale: #D5D5D5. Windows color (decimal): -2101958 or 3861983. OLE color: 3861983.
HSL color Cylindrical-coordinate representation of color #DFED3A: hue angle of 64.69º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFED3A is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 58 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.07 |
| HSL | 64.69º | 0.83% | 0.58% | - |
| HSV(B) | 64.69º | 0.76% | 0.93% | - |
| XYZ | 61.48 | 76.56 | 15.54 | - |
| YUV | 212.41 | 40.86 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 58 | 0.06 | 0 | 0.76 | 0.07 | 64.69 | 0.83 | 0.58 |
| Hex | DF | ED | 3A | 6 | 0 | 4C | 7 | 41 | 53 | 3A |
| Octal | 337 | 355 | 72 | 6 | 0 | 114 | 7 | 101 | 123 | 72 |
| Binary | 11011111 | 11101101 | 111010 | 110 | 0 | 1001100 | 111 | 1000001 | 1010011 | 111010 |
Color Harmonies of #DFED3A
Complementary color
Monochromatic Colors of #DFED3A
Black with #DFED3A
Text Example
Text Example
White with #DFED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED3A; }
p { color: rgb(223,237,58); }
H1.HeaderClassName
{
color: #DFED3A;
}
.AnyTagClassName
{
color: #DFED3A;
}
</style>
background-color css
<style>
a { background-color: #DFED3A; }
a { background-color: rgb(223,237,58); }
div.DivClassName
{
background-color: #DFED3A;
}
.BgClassName
{
background-color: #DFED3A;
}
</style>
border-color css
<style>
span { border-color: #DFED3A; }
span { border-color: rgb(223,237,58); }
td.TdClassName
{
border-color: #DFED3A;
}
.TagClassName
{
border-color: #DFED3A;
}
</style>