Shades of Starship #DFED3C
Tints of Starship #DFED3C
RGB
CMYK
RGB Variations
Color information
#DFED3C (or 0xDFED3C) is known color: Starship. HEX triplet: DF, ED and 3C. RGB value is (223,237,60). Sum of RGB (Red+Green+Blue) = 223+237+60=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED3C is #2012C3. Grayscale: #D5D5D5. Windows color (decimal): -2101956 or 3993055. OLE color: 3993055.
HSL color Cylindrical-coordinate representation of color #DFED3C: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFED3C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 60 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.07 |
| HSL | 64.75º | 0.83% | 0.58% | - |
| HSV(B) | 64.75º | 0.75% | 0.93% | - |
| XYZ | 61.53 | 76.58 | 15.81 | - |
| YUV | 212.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 60 | 0.06 | 0 | 0.75 | 0.07 | 64.75 | 0.83 | 0.58 |
| Hex | DF | ED | 3C | 6 | 0 | 4B | 7 | 41 | 53 | 3A |
| Octal | 337 | 355 | 74 | 6 | 0 | 113 | 7 | 101 | 123 | 72 |
| Binary | 11011111 | 11101101 | 111100 | 110 | 0 | 1001011 | 111 | 1000001 | 1010011 | 111010 |
Color Harmonies of #DFED3C
Complementary color
Monochromatic Colors of #DFED3C
Black with #DFED3C
Text Example
Text Example
White with #DFED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED3C; }
p { color: rgb(223,237,60); }
H1.HeaderClassName
{
color: #DFED3C;
}
.AnyTagClassName
{
color: #DFED3C;
}
</style>
background-color css
<style>
a { background-color: #DFED3C; }
a { background-color: rgb(223,237,60); }
div.DivClassName
{
background-color: #DFED3C;
}
.BgClassName
{
background-color: #DFED3C;
}
</style>
border-color css
<style>
span { border-color: #DFED3C; }
span { border-color: rgb(223,237,60); }
td.TdClassName
{
border-color: #DFED3C;
}
.TagClassName
{
border-color: #DFED3C;
}
</style>