Shades of Starship #DFDF3F
Tints of Starship #DFDF3F
RGB
CMYK
RGB Variations
Color information
#DFDF3F (or 0xDFDF3F) is known color: Starship. HEX triplet: DF, DF and 3F. RGB value is (223,223,63). Sum of RGB (Red+Green+Blue) = 223+223+63=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF3F is #2020C0. Grayscale: #CDCDCD. Windows color (decimal): -2105537 or 4186079. OLE color: 4186079.
HSL color Cylindrical-coordinate representation of color #DFDF3F: hue angle of 60º degrees, saturation: 0.71, 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 #DFDF3F is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 63 | - |
| CMYK | 0 | 0 | 0.72 | 0.13 |
| HSL | 60º | 0.71% | 0.56% | - |
| HSV(B) | 60º | 0.72% | 0.87% | - |
| XYZ | 57.72 | 68.82 | 14.94 | - |
| YUV | 204.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 63 | 0 | 0 | 0.72 | 0.13 | 60 | 0.71 | 0.56 |
| Hex | DF | DF | 3F | 0 | 0 | 48 | D | 3C | 47 | 38 |
| Octal | 337 | 337 | 77 | 0 | 0 | 110 | 15 | 74 | 107 | 70 |
| Binary | 11011111 | 11011111 | 111111 | 0 | 0 | 1001000 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DFDF3F
Complementary color
Monochromatic Colors of #DFDF3F
Black with #DFDF3F
Text Example
Text Example
White with #DFDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF3F; }
p { color: rgb(223,223,63); }
H1.HeaderClassName
{
color: #DFDF3F;
}
.AnyTagClassName
{
color: #DFDF3F;
}
</style>
background-color css
<style>
a { background-color: #DFDF3F; }
a { background-color: rgb(223,223,63); }
div.DivClassName
{
background-color: #DFDF3F;
}
.BgClassName
{
background-color: #DFDF3F;
}
</style>
border-color css
<style>
span { border-color: #DFDF3F; }
span { border-color: rgb(223,223,63); }
td.TdClassName
{
border-color: #DFDF3F;
}
.TagClassName
{
border-color: #DFDF3F;
}
</style>