Shades of Starship #DFDF3E
Tints of Starship #DFDF3E
RGB
CMYK
RGB Variations
Color information
#DFDF3E (or 0xDFDF3E) is known color: Starship. HEX triplet: DF, DF and 3E. RGB value is (223,223,62). Sum of RGB (Red+Green+Blue) = 223+223+62=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF3E is #2020C1. Grayscale: #CDCDCD. Windows color (decimal): -2105538 or 4120543. OLE color: 4120543.
HSL color Cylindrical-coordinate representation of color #DFDF3E: hue angle of 60º 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 #DFDF3E is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 62 | - |
| CMYK | 0 | 0 | 0.72 | 0.13 |
| HSL | 60º | 0.72% | 0.56% | - |
| HSV(B) | 60º | 0.72% | 0.87% | - |
| XYZ | 57.69 | 68.81 | 14.8 | - |
| YUV | 204.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 62 | 0 | 0 | 0.72 | 0.13 | 60 | 0.72 | 0.56 |
| Hex | DF | DF | 3E | 0 | 0 | 48 | D | 3C | 48 | 38 |
| Octal | 337 | 337 | 76 | 0 | 0 | 110 | 15 | 74 | 110 | 70 |
| Binary | 11011111 | 11011111 | 111110 | 0 | 0 | 1001000 | 1101 | 111100 | 1001000 | 111000 |
Color Harmonies of #DFDF3E
Complementary color
Monochromatic Colors of #DFDF3E
Black with #DFDF3E
Text Example
Text Example
White with #DFDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF3E; }
p { color: rgb(223,223,62); }
H1.HeaderClassName
{
color: #DFDF3E;
}
.AnyTagClassName
{
color: #DFDF3E;
}
</style>
background-color css
<style>
a { background-color: #DFDF3E; }
a { background-color: rgb(223,223,62); }
div.DivClassName
{
background-color: #DFDF3E;
}
.BgClassName
{
background-color: #DFDF3E;
}
</style>
border-color css
<style>
span { border-color: #DFDF3E; }
span { border-color: rgb(223,223,62); }
td.TdClassName
{
border-color: #DFDF3E;
}
.TagClassName
{
border-color: #DFDF3E;
}
</style>