Shades of Starship #DDDF3C
Tints of Starship #DDDF3C
RGB
CMYK
RGB Variations
Color information
#DDDF3C (or 0xDDDF3C) is known color: Starship. HEX triplet: DD, DF and 3C. RGB value is (221,223,60). Sum of RGB (Red+Green+Blue) = 221+223+60=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF3C is #2220C3. Grayscale: #CCCCCC. Windows color (decimal): -2236612 or 3989469. OLE color: 3989469.
HSL color Cylindrical-coordinate representation of color #DDDF3C: hue angle of 60.74º degrees, saturation: 0.72, 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 #DDDF3C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 60 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.13 |
| HSL | 60.74º | 0.72% | 0.55% | - |
| HSV(B) | 60.74º | 0.73% | 0.87% | - |
| XYZ | 57.02 | 68.47 | 14.49 | - |
| YUV | 203.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 60 | 0.01 | 0 | 0.73 | 0.13 | 60.74 | 0.72 | 0.55 |
| Hex | DD | DF | 3C | 1 | 0 | 49 | D | 3D | 48 | 37 |
| Octal | 335 | 337 | 74 | 1 | 0 | 111 | 15 | 75 | 110 | 67 |
| Binary | 11011101 | 11011111 | 111100 | 1 | 0 | 1001001 | 1101 | 111101 | 1001000 | 110111 |
Color Harmonies of #DDDF3C
Complementary color
Monochromatic Colors of #DDDF3C
Black with #DDDF3C
Text Example
Text Example
White with #DDDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF3C; }
p { color: rgb(221,223,60); }
H1.HeaderClassName
{
color: #DDDF3C;
}
.AnyTagClassName
{
color: #DDDF3C;
}
</style>
background-color css
<style>
a { background-color: #DDDF3C; }
a { background-color: rgb(221,223,60); }
div.DivClassName
{
background-color: #DDDF3C;
}
.BgClassName
{
background-color: #DDDF3C;
}
</style>
border-color css
<style>
span { border-color: #DDDF3C; }
span { border-color: rgb(221,223,60); }
td.TdClassName
{
border-color: #DDDF3C;
}
.TagClassName
{
border-color: #DDDF3C;
}
</style>