Shades of Starship #DDDD3C
Tints of Starship #DDDD3C
RGB
CMYK
RGB Variations
Color information
#DDDD3C (or 0xDDDD3C) is known color: Starship. HEX triplet: DD, DD and 3C. RGB value is (221,221,60). Sum of RGB (Red+Green+Blue) = 221+221+60=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD3C is #2222C3. Grayscale: #CBCBCB. Windows color (decimal): -2237124 or 3988957. OLE color: 3988957.
HSL color Cylindrical-coordinate representation of color #DDDD3C: hue angle of 60º 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 #DDDD3C is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 60 | - |
| CMYK | 0 | 0 | 0.73 | 0.13 |
| HSL | 60º | 0.7% | 0.55% | - |
| HSV(B) | 60º | 0.73% | 0.87% | - |
| XYZ | 56.49 | 67.41 | 14.31 | - |
| YUV | 202.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 60 | 0 | 0 | 0.73 | 0.13 | 60 | 0.7 | 0.55 |
| Hex | DD | DD | 3C | 0 | 0 | 49 | D | 3C | 46 | 37 |
| Octal | 335 | 335 | 74 | 0 | 0 | 111 | 15 | 74 | 106 | 67 |
| Binary | 11011101 | 11011101 | 111100 | 0 | 0 | 1001001 | 1101 | 111100 | 1000110 | 110111 |
Color Harmonies of #DDDD3C
Complementary color
Monochromatic Colors of #DDDD3C
Black with #DDDD3C
Text Example
Text Example
White with #DDDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD3C; }
p { color: rgb(221,221,60); }
H1.HeaderClassName
{
color: #DDDD3C;
}
.AnyTagClassName
{
color: #DDDD3C;
}
</style>
background-color css
<style>
a { background-color: #DDDD3C; }
a { background-color: rgb(221,221,60); }
div.DivClassName
{
background-color: #DDDD3C;
}
.BgClassName
{
background-color: #DDDD3C;
}
</style>
border-color css
<style>
span { border-color: #DDDD3C; }
span { border-color: rgb(221,221,60); }
td.TdClassName
{
border-color: #DDDD3C;
}
.TagClassName
{
border-color: #DDDD3C;
}
</style>