Shades of Starship #DFD63D
Tints of Starship #DFD63D
RGB
CMYK
RGB Variations
Color information
#DFD63D (or 0xDFD63D) is known color: Starship. HEX triplet: DF, D6 and 3D. RGB value is (223,214,61). Sum of RGB (Red+Green+Blue) = 223+214+61=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD63D is #2029C2. Grayscale: #C7C7C7. Windows color (decimal): -2107843 or 4052703. OLE color: 4052703.
HSL color Cylindrical-coordinate representation of color #DFD63D: hue angle of 56.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD63D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 61 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.13 |
| HSL | 56.67º | 0.72% | 0.56% | - |
| HSV(B) | 56.67º | 0.73% | 0.87% | - |
| XYZ | 55.32 | 64.12 | 13.88 | - |
| YUV | 199.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 61 | 0 | 0.04 | 0.73 | 0.13 | 56.67 | 0.72 | 0.56 |
| Hex | DF | D6 | 3D | 0 | 4 | 49 | D | 39 | 48 | 38 |
| Octal | 337 | 326 | 75 | 0 | 4 | 111 | 15 | 71 | 110 | 70 |
| Binary | 11011111 | 11010110 | 111101 | 0 | 100 | 1001001 | 1101 | 111001 | 1001000 | 111000 |
Color Harmonies of #DFD63D
Complementary color
Monochromatic Colors of #DFD63D
Black with #DFD63D
Text Example
Text Example
White with #DFD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD63D; }
p { color: rgb(223,214,61); }
H1.HeaderClassName
{
color: #DFD63D;
}
.AnyTagClassName
{
color: #DFD63D;
}
</style>
background-color css
<style>
a { background-color: #DFD63D; }
a { background-color: rgb(223,214,61); }
div.DivClassName
{
background-color: #DFD63D;
}
.BgClassName
{
background-color: #DFD63D;
}
</style>
border-color css
<style>
span { border-color: #DFD63D; }
span { border-color: rgb(223,214,61); }
td.TdClassName
{
border-color: #DFD63D;
}
.TagClassName
{
border-color: #DFD63D;
}
</style>