Shades of Starship #DDDE34
Tints of Starship #DDDE34
RGB
CMYK
RGB Variations
Color information
#DDDE34 (or 0xDDDE34) is known color: Starship. HEX triplet: DD, DE and 34. RGB value is (221,222,52). Sum of RGB (Red+Green+Blue) = 221+222+52=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE34 is #2221CB. Grayscale: #CACACA. Windows color (decimal): -2236876 or 3464925. OLE color: 3464925.
HSL color Cylindrical-coordinate representation of color #DDDE34: hue angle of 60.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDDE34 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 52 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.13 |
| HSL | 60.35º | 0.72% | 0.54% | - |
| HSV(B) | 60.35º | 0.77% | 0.87% | - |
| XYZ | 56.56 | 67.86 | 13.37 | - |
| YUV | 202.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 52 | 0.00 | 0 | 0.77 | 0.13 | 60.35 | 0.72 | 0.54 |
| Hex | DD | DE | 34 | 0 | 0 | 4D | D | 3C | 48 | 36 |
| Octal | 335 | 336 | 64 | 0 | 0 | 115 | 15 | 74 | 110 | 66 |
| Binary | 11011101 | 11011110 | 110100 | 0 | 0 | 1001101 | 1101 | 111100 | 1001000 | 110110 |
Color Harmonies of #DDDE34
Complementary color
Monochromatic Colors of #DDDE34
Black with #DDDE34
Text Example
Text Example
White with #DDDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE34; }
p { color: rgb(221,222,52); }
H1.HeaderClassName
{
color: #DDDE34;
}
.AnyTagClassName
{
color: #DDDE34;
}
</style>
background-color css
<style>
a { background-color: #DDDE34; }
a { background-color: rgb(221,222,52); }
div.DivClassName
{
background-color: #DDDE34;
}
.BgClassName
{
background-color: #DDDE34;
}
</style>
border-color css
<style>
span { border-color: #DDDE34; }
span { border-color: rgb(221,222,52); }
td.TdClassName
{
border-color: #DDDE34;
}
.TagClassName
{
border-color: #DDDE34;
}
</style>