Shades of Starship #DDDA3C
Tints of Starship #DDDA3C
RGB
CMYK
RGB Variations
Color information
#DDDA3C (or 0xDDDA3C) is known color: Starship. HEX triplet: DD, DA and 3C. RGB value is (221,218,60). Sum of RGB (Red+Green+Blue) = 221+218+60=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA3C is #2225C3. Grayscale: #C9C9C9. Windows color (decimal): -2237892 or 3988189. OLE color: 3988189.
HSL color Cylindrical-coordinate representation of color #DDDA3C: hue angle of 58.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDDA3C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 60 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.13 |
| HSL | 58.88º | 0.7% | 0.55% | - |
| HSV(B) | 58.88º | 0.73% | 0.87% | - |
| XYZ | 55.71 | 65.84 | 14.05 | - |
| YUV | 200.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 60 | 0 | 0.01 | 0.73 | 0.13 | 58.88 | 0.7 | 0.55 |
| Hex | DD | DA | 3C | 0 | 1 | 49 | D | 3B | 46 | 37 |
| Octal | 335 | 332 | 74 | 0 | 1 | 111 | 15 | 73 | 106 | 67 |
| Binary | 11011101 | 11011010 | 111100 | 0 | 1 | 1001001 | 1101 | 111011 | 1000110 | 110111 |
Color Harmonies of #DDDA3C
Complementary color
Monochromatic Colors of #DDDA3C
Black with #DDDA3C
Text Example
Text Example
White with #DDDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA3C; }
p { color: rgb(221,218,60); }
H1.HeaderClassName
{
color: #DDDA3C;
}
.AnyTagClassName
{
color: #DDDA3C;
}
</style>
background-color css
<style>
a { background-color: #DDDA3C; }
a { background-color: rgb(221,218,60); }
div.DivClassName
{
background-color: #DDDA3C;
}
.BgClassName
{
background-color: #DDDA3C;
}
</style>
border-color css
<style>
span { border-color: #DDDA3C; }
span { border-color: rgb(221,218,60); }
td.TdClassName
{
border-color: #DDDA3C;
}
.TagClassName
{
border-color: #DDDA3C;
}
</style>