Shades of Starship #DDDA3E
Tints of Starship #DDDA3E
RGB
CMYK
RGB Variations
Color information
#DDDA3E (or 0xDDDA3E) is known color: Starship. HEX triplet: DD, DA and 3E. RGB value is (221,218,62). Sum of RGB (Red+Green+Blue) = 221+218+62=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA3E is #2225C1. Grayscale: #C9C9C9. Windows color (decimal): -2237890 or 4119261. OLE color: 4119261.
HSL color Cylindrical-coordinate representation of color #DDDA3E: hue angle of 58.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDDA3E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 62 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.13 |
| HSL | 58.87º | 0.7% | 0.55% | - |
| HSV(B) | 58.87º | 0.72% | 0.87% | - |
| XYZ | 55.76 | 65.86 | 14.33 | - |
| YUV | 201.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 62 | 0 | 0.01 | 0.72 | 0.13 | 58.87 | 0.7 | 0.55 |
| Hex | DD | DA | 3E | 0 | 1 | 48 | D | 3B | 46 | 37 |
| Octal | 335 | 332 | 76 | 0 | 1 | 110 | 15 | 73 | 106 | 67 |
| Binary | 11011101 | 11011010 | 111110 | 0 | 1 | 1001000 | 1101 | 111011 | 1000110 | 110111 |
Color Harmonies of #DDDA3E
Complementary color
Monochromatic Colors of #DDDA3E
Black with #DDDA3E
Text Example
Text Example
White with #DDDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA3E; }
p { color: rgb(221,218,62); }
H1.HeaderClassName
{
color: #DDDA3E;
}
.AnyTagClassName
{
color: #DDDA3E;
}
</style>
background-color css
<style>
a { background-color: #DDDA3E; }
a { background-color: rgb(221,218,62); }
div.DivClassName
{
background-color: #DDDA3E;
}
.BgClassName
{
background-color: #DDDA3E;
}
</style>
border-color css
<style>
span { border-color: #DDDA3E; }
span { border-color: rgb(221,218,62); }
td.TdClassName
{
border-color: #DDDA3E;
}
.TagClassName
{
border-color: #DDDA3E;
}
</style>