Shades of Starship #DFD33D
Tints of Starship #DFD33D
RGB
CMYK
RGB Variations
Color information
#DFD33D (or 0xDFD33D) is known color: Starship. HEX triplet: DF, D3 and 3D. RGB value is (223,211,61). Sum of RGB (Red+Green+Blue) = 223+211+61=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD33D is #202CC2. Grayscale: #C6C6C6. Windows color (decimal): -2108611 or 4051935. OLE color: 4051935.
HSL color Cylindrical-coordinate representation of color #DFD33D: hue angle of 55.56º 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 #DFD33D is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 61 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.13 |
| HSL | 55.56º | 0.72% | 0.56% | - |
| HSV(B) | 55.56º | 0.73% | 0.87% | - |
| XYZ | 54.57 | 62.61 | 13.62 | - |
| YUV | 197.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 61 | 0 | 0.05 | 0.73 | 0.13 | 55.56 | 0.72 | 0.56 |
| Hex | DF | D3 | 3D | 0 | 5 | 49 | D | 38 | 48 | 38 |
| Octal | 337 | 323 | 75 | 0 | 5 | 111 | 15 | 70 | 110 | 70 |
| Binary | 11011111 | 11010011 | 111101 | 0 | 101 | 1001001 | 1101 | 111000 | 1001000 | 111000 |
Color Harmonies of #DFD33D
Complementary color
Monochromatic Colors of #DFD33D
Black with #DFD33D
Text Example
Text Example
White with #DFD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD33D; }
p { color: rgb(223,211,61); }
H1.HeaderClassName
{
color: #DFD33D;
}
.AnyTagClassName
{
color: #DFD33D;
}
</style>
background-color css
<style>
a { background-color: #DFD33D; }
a { background-color: rgb(223,211,61); }
div.DivClassName
{
background-color: #DFD33D;
}
.BgClassName
{
background-color: #DFD33D;
}
</style>
border-color css
<style>
span { border-color: #DFD33D; }
span { border-color: rgb(223,211,61); }
td.TdClassName
{
border-color: #DFD33D;
}
.TagClassName
{
border-color: #DFD33D;
}
</style>