Shades of Starship #DFE13C
Tints of Starship #DFE13C
RGB
CMYK
RGB Variations
Color information
#DFE13C (or 0xDFE13C) is known color: Starship. HEX triplet: DF, E1 and 3C. RGB value is (223,225,60). Sum of RGB (Red+Green+Blue) = 223+225+60=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE13C is #201EC3. Grayscale: #CECECE. Windows color (decimal): -2105028 or 3989983. OLE color: 3989983.
HSL color Cylindrical-coordinate representation of color #DFE13C: hue angle of 60.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFE13C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 60 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.12 |
| HSL | 60.73º | 0.73% | 0.56% | - |
| HSV(B) | 60.73º | 0.73% | 0.88% | - |
| XYZ | 58.17 | 69.86 | 14.69 | - |
| YUV | 205.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 60 | 0.01 | 0 | 0.73 | 0.12 | 60.73 | 0.73 | 0.56 |
| Hex | DF | E1 | 3C | 1 | 0 | 49 | C | 3D | 49 | 38 |
| Octal | 337 | 341 | 74 | 1 | 0 | 111 | 14 | 75 | 111 | 70 |
| Binary | 11011111 | 11100001 | 111100 | 1 | 0 | 1001001 | 1100 | 111101 | 1001001 | 111000 |
Color Harmonies of #DFE13C
Complementary color
Monochromatic Colors of #DFE13C
Black with #DFE13C
Text Example
Text Example
White with #DFE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE13C; }
p { color: rgb(223,225,60); }
H1.HeaderClassName
{
color: #DFE13C;
}
.AnyTagClassName
{
color: #DFE13C;
}
</style>
background-color css
<style>
a { background-color: #DFE13C; }
a { background-color: rgb(223,225,60); }
div.DivClassName
{
background-color: #DFE13C;
}
.BgClassName
{
background-color: #DFE13C;
}
</style>
border-color css
<style>
span { border-color: #DFE13C; }
span { border-color: rgb(223,225,60); }
td.TdClassName
{
border-color: #DFE13C;
}
.TagClassName
{
border-color: #DFE13C;
}
</style>