Shades of Starship #DCDD3B
Tints of Starship #DCDD3B
RGB
CMYK
RGB Variations
Color information
#DCDD3B (or 0xDCDD3B) is known color: Starship. HEX triplet: DC, DD and 3B. RGB value is (220,221,59). Sum of RGB (Red+Green+Blue) = 220+221+59=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD3B is #2322C4. Grayscale: #CACACA. Windows color (decimal): -2302661 or 3923420. OLE color: 3923420.
HSL color Cylindrical-coordinate representation of color #DCDD3B: hue angle of 60.37º degrees, saturation: 0.7, 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 #DCDD3B is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 59 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.13 |
| HSL | 60.37º | 0.7% | 0.55% | - |
| HSV(B) | 60.37º | 0.73% | 0.87% | - |
| XYZ | 56.16 | 67.24 | 14.16 | - |
| YUV | 202.23 | 47.17 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 59 | 0.00 | 0 | 0.73 | 0.13 | 60.37 | 0.7 | 0.55 |
| Hex | DC | DD | 3B | 0 | 0 | 49 | D | 3C | 46 | 37 |
| Octal | 334 | 335 | 73 | 0 | 0 | 111 | 15 | 74 | 106 | 67 |
| Binary | 11011100 | 11011101 | 111011 | 0 | 0 | 1001001 | 1101 | 111100 | 1000110 | 110111 |
Color Harmonies of #DCDD3B
Complementary color
Monochromatic Colors of #DCDD3B
Black with #DCDD3B
Text Example
Text Example
White with #DCDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD3B; }
p { color: rgb(220,221,59); }
H1.HeaderClassName
{
color: #DCDD3B;
}
.AnyTagClassName
{
color: #DCDD3B;
}
</style>
background-color css
<style>
a { background-color: #DCDD3B; }
a { background-color: rgb(220,221,59); }
div.DivClassName
{
background-color: #DCDD3B;
}
.BgClassName
{
background-color: #DCDD3B;
}
</style>
border-color css
<style>
span { border-color: #DCDD3B; }
span { border-color: rgb(220,221,59); }
td.TdClassName
{
border-color: #DCDD3B;
}
.TagClassName
{
border-color: #DCDD3B;
}
</style>