Shades of Starship #DFDD3E
Tints of Starship #DFDD3E
RGB
CMYK
RGB Variations
Color information
#DFDD3E (or 0xDFDD3E) is known color: Starship. HEX triplet: DF, DD and 3E. RGB value is (223,221,62). Sum of RGB (Red+Green+Blue) = 223+221+62=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD3E is #2022C1. Grayscale: #CCCCCC. Windows color (decimal): -2106050 or 4120031. OLE color: 4120031.
HSL color Cylindrical-coordinate representation of color #DFDD3E: hue angle of 59.25º 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 #DFDD3E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 62 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.13 |
| HSL | 59.25º | 0.72% | 0.56% | - |
| HSV(B) | 59.25º | 0.72% | 0.87% | - |
| XYZ | 57.16 | 67.75 | 14.62 | - |
| YUV | 203.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 62 | 0 | 0.01 | 0.72 | 0.13 | 59.25 | 0.72 | 0.56 |
| Hex | DF | DD | 3E | 0 | 1 | 48 | D | 3B | 48 | 38 |
| Octal | 337 | 335 | 76 | 0 | 1 | 110 | 15 | 73 | 110 | 70 |
| Binary | 11011111 | 11011101 | 111110 | 0 | 1 | 1001000 | 1101 | 111011 | 1001000 | 111000 |
Color Harmonies of #DFDD3E
Complementary color
Monochromatic Colors of #DFDD3E
Black with #DFDD3E
Text Example
Text Example
White with #DFDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD3E; }
p { color: rgb(223,221,62); }
H1.HeaderClassName
{
color: #DFDD3E;
}
.AnyTagClassName
{
color: #DFDD3E;
}
</style>
background-color css
<style>
a { background-color: #DFDD3E; }
a { background-color: rgb(223,221,62); }
div.DivClassName
{
background-color: #DFDD3E;
}
.BgClassName
{
background-color: #DFDD3E;
}
</style>
border-color css
<style>
span { border-color: #DFDD3E; }
span { border-color: rgb(223,221,62); }
td.TdClassName
{
border-color: #DFDD3E;
}
.TagClassName
{
border-color: #DFDD3E;
}
</style>