Shades of Starship #DDDF43
Tints of Starship #DDDF43
RGB
CMYK
RGB Variations
Color information
#DDDF43 (or 0xDDDF43) is known color: Starship. HEX triplet: DD, DF and 43. RGB value is (221,223,67). Sum of RGB (Red+Green+Blue) = 221+223+67=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF43 is #2220BC. Grayscale: #CDCDCD. Windows color (decimal): -2236605 or 4448221. OLE color: 4448221.
HSL color Cylindrical-coordinate representation of color #DDDF43: hue angle of 60.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDDF43 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 60.77º | 0.71% | 0.57% | - |
| HSV(B) | 60.77º | 0.7% | 0.87% | - |
| XYZ | 57.22 | 68.55 | 15.53 | - |
| YUV | 204.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 67 | 0.01 | 0 | 0.70 | 0.13 | 60.77 | 0.71 | 0.57 |
| Hex | DD | DF | 43 | 1 | 0 | 46 | D | 3D | 47 | 39 |
| Octal | 335 | 337 | 103 | 1 | 0 | 106 | 15 | 75 | 107 | 71 |
| Binary | 11011101 | 11011111 | 1000011 | 1 | 0 | 1000110 | 1101 | 111101 | 1000111 | 111001 |
Color Harmonies of #DDDF43
Complementary color
Monochromatic Colors of #DDDF43
Black with #DDDF43
Text Example
Text Example
White with #DDDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF43; }
p { color: rgb(221,223,67); }
H1.HeaderClassName
{
color: #DDDF43;
}
.AnyTagClassName
{
color: #DDDF43;
}
</style>
background-color css
<style>
a { background-color: #DDDF43; }
a { background-color: rgb(221,223,67); }
div.DivClassName
{
background-color: #DDDF43;
}
.BgClassName
{
background-color: #DDDF43;
}
</style>
border-color css
<style>
span { border-color: #DDDF43; }
span { border-color: rgb(221,223,67); }
td.TdClassName
{
border-color: #DDDF43;
}
.TagClassName
{
border-color: #DDDF43;
}
</style>