Shades of Starship #DDDF32
Tints of Starship #DDDF32
RGB
CMYK
RGB Variations
Color information
#DDDF32 (or 0xDDDF32) is known color: Starship. HEX triplet: DD, DF and 32. RGB value is (221,223,50). Sum of RGB (Red+Green+Blue) = 221+223+50=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF32 is #2220CD. Grayscale: #CBCBCB. Windows color (decimal): -2236622 or 3334109. OLE color: 3334109.
HSL color Cylindrical-coordinate representation of color #DDDF32: hue angle of 60.69º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDDF32 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 50 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.13 |
| HSL | 60.69º | 0.73% | 0.54% | - |
| HSV(B) | 60.69º | 0.78% | 0.87% | - |
| XYZ | 56.78 | 68.38 | 13.22 | - |
| YUV | 202.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 50 | 0.01 | 0 | 0.78 | 0.13 | 60.69 | 0.73 | 0.54 |
| Hex | DD | DF | 32 | 1 | 0 | 4E | D | 3D | 49 | 36 |
| Octal | 335 | 337 | 62 | 1 | 0 | 116 | 15 | 75 | 111 | 66 |
| Binary | 11011101 | 11011111 | 110010 | 1 | 0 | 1001110 | 1101 | 111101 | 1001001 | 110110 |
Color Harmonies of #DDDF32
Complementary color
Monochromatic Colors of #DDDF32
Black with #DDDF32
Text Example
Text Example
White with #DDDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF32; }
p { color: rgb(221,223,50); }
H1.HeaderClassName
{
color: #DDDF32;
}
.AnyTagClassName
{
color: #DDDF32;
}
</style>
background-color css
<style>
a { background-color: #DDDF32; }
a { background-color: rgb(221,223,50); }
div.DivClassName
{
background-color: #DDDF32;
}
.BgClassName
{
background-color: #DDDF32;
}
</style>
border-color css
<style>
span { border-color: #DDDF32; }
span { border-color: rgb(221,223,50); }
td.TdClassName
{
border-color: #DDDF32;
}
.TagClassName
{
border-color: #DDDF32;
}
</style>