Shades of Starship #DCDD34
Tints of Starship #DCDD34
RGB
CMYK
RGB Variations
Color information
#DCDD34 (or 0xDCDD34) is known color: Starship. HEX triplet: DC, DD and 34. RGB value is (220,221,52). Sum of RGB (Red+Green+Blue) = 220+221+52=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD34 is #2322CB. Grayscale: #CACACA. Windows color (decimal): -2302668 or 3464668. OLE color: 3464668.
HSL color Cylindrical-coordinate representation of color #DCDD34: hue angle of 60.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDD34 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 52 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.13 |
| HSL | 60.36º | 0.71% | 0.54% | - |
| HSV(B) | 60.36º | 0.76% | 0.87% | - |
| XYZ | 55.99 | 67.18 | 13.26 | - |
| YUV | 201.44 | 43.67 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 52 | 0.00 | 0 | 0.76 | 0.13 | 60.36 | 0.71 | 0.54 |
| Hex | DC | DD | 34 | 0 | 0 | 4C | D | 3C | 47 | 36 |
| Octal | 334 | 335 | 64 | 0 | 0 | 114 | 15 | 74 | 107 | 66 |
| Binary | 11011100 | 11011101 | 110100 | 0 | 0 | 1001100 | 1101 | 111100 | 1000111 | 110110 |
Color Harmonies of #DCDD34
Complementary color
Monochromatic Colors of #DCDD34
Black with #DCDD34
Text Example
Text Example
White with #DCDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD34; }
p { color: rgb(220,221,52); }
H1.HeaderClassName
{
color: #DCDD34;
}
.AnyTagClassName
{
color: #DCDD34;
}
</style>
background-color css
<style>
a { background-color: #DCDD34; }
a { background-color: rgb(220,221,52); }
div.DivClassName
{
background-color: #DCDD34;
}
.BgClassName
{
background-color: #DCDD34;
}
</style>
border-color css
<style>
span { border-color: #DCDD34; }
span { border-color: rgb(220,221,52); }
td.TdClassName
{
border-color: #DCDD34;
}
.TagClassName
{
border-color: #DCDD34;
}
</style>