Shades of Starship #DCDB35
Tints of Starship #DCDB35
RGB
CMYK
RGB Variations
Color information
#DCDB35 (or 0xDCDB35) is known color: Starship. HEX triplet: DC, DB and 35. RGB value is (220,219,53). Sum of RGB (Red+Green+Blue) = 220+219+53=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB35 is #2324CA. Grayscale: #C9C9C9. Windows color (decimal): -2303179 or 3529692. OLE color: 3529692.
HSL color Cylindrical-coordinate representation of color #DCDB35: hue angle of 59.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDB35 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 53 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.14 |
| HSL | 59.64º | 0.7% | 0.54% | - |
| HSV(B) | 59.64º | 0.76% | 0.86% | - |
| XYZ | 55.49 | 66.14 | 13.21 | - |
| YUV | 200.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 53 | 0 | 0.00 | 0.76 | 0.14 | 59.64 | 0.7 | 0.54 |
| Hex | DC | DB | 35 | 0 | 0 | 4C | E | 3C | 46 | 36 |
| Octal | 334 | 333 | 65 | 0 | 0 | 114 | 16 | 74 | 106 | 66 |
| Binary | 11011100 | 11011011 | 110101 | 0 | 0 | 1001100 | 1110 | 111100 | 1000110 | 110110 |
Color Harmonies of #DCDB35
Complementary color
Monochromatic Colors of #DCDB35
Black with #DCDB35
Text Example
Text Example
White with #DCDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB35; }
p { color: rgb(220,219,53); }
H1.HeaderClassName
{
color: #DCDB35;
}
.AnyTagClassName
{
color: #DCDB35;
}
</style>
background-color css
<style>
a { background-color: #DCDB35; }
a { background-color: rgb(220,219,53); }
div.DivClassName
{
background-color: #DCDB35;
}
.BgClassName
{
background-color: #DCDB35;
}
</style>
border-color css
<style>
span { border-color: #DCDB35; }
span { border-color: rgb(220,219,53); }
td.TdClassName
{
border-color: #DCDB35;
}
.TagClassName
{
border-color: #DCDB35;
}
</style>