Shades of Starship #DBDD41
Tints of Starship #DBDD41
RGB
CMYK
RGB Variations
Color information
#DBDD41 (or 0xDBDD41) is known color: Starship. HEX triplet: DB, DD and 41. RGB value is (219,221,65). Sum of RGB (Red+Green+Blue) = 219+221+65=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD41 is #2422BE. Grayscale: #CBCBCB. Windows color (decimal): -2368191 or 4316635. OLE color: 4316635.
HSL color Cylindrical-coordinate representation of color #DBDD41: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDD41 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 65 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.13 |
| HSL | 60.77º | 0.7% | 0.56% | - |
| HSV(B) | 60.77º | 0.71% | 0.87% | - |
| XYZ | 56.02 | 67.15 | 15.01 | - |
| YUV | 202.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 65 | 0.01 | 0 | 0.71 | 0.13 | 60.77 | 0.7 | 0.56 |
| Hex | DB | DD | 41 | 1 | 0 | 47 | D | 3D | 46 | 38 |
| Octal | 333 | 335 | 101 | 1 | 0 | 107 | 15 | 75 | 106 | 70 |
| Binary | 11011011 | 11011101 | 1000001 | 1 | 0 | 1000111 | 1101 | 111101 | 1000110 | 111000 |
Color Harmonies of #DBDD41
Complementary color
Monochromatic Colors of #DBDD41
Black with #DBDD41
Text Example
Text Example
White with #DBDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD41; }
p { color: rgb(219,221,65); }
H1.HeaderClassName
{
color: #DBDD41;
}
.AnyTagClassName
{
color: #DBDD41;
}
</style>
background-color css
<style>
a { background-color: #DBDD41; }
a { background-color: rgb(219,221,65); }
div.DivClassName
{
background-color: #DBDD41;
}
.BgClassName
{
background-color: #DBDD41;
}
</style>
border-color css
<style>
span { border-color: #DBDD41; }
span { border-color: rgb(219,221,65); }
td.TdClassName
{
border-color: #DBDD41;
}
.TagClassName
{
border-color: #DBDD41;
}
</style>