Shades of Starship #D5DB48
Tints of Starship #D5DB48
RGB
CMYK
RGB Variations
Color information
#D5DB48 (or 0xD5DB48) is known color: Starship. HEX triplet: D5, DB and 48. RGB value is (213,219,72). Sum of RGB (Red+Green+Blue) = 213+219+72=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB48 is #2A24B7. Grayscale: #C9C9C9. Windows color (decimal): -2761912 or 4774869. OLE color: 4774869.
HSL color Cylindrical-coordinate representation of color #D5DB48: hue angle of 62.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5DB48 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 72 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.14 |
| HSL | 62.45º | 0.67% | 0.57% | - |
| HSV(B) | 62.45º | 0.67% | 0.86% | - |
| XYZ | 53.94 | 65.28 | 15.89 | - |
| YUV | 200.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 72 | 0.03 | 0 | 0.67 | 0.14 | 62.45 | 0.67 | 0.57 |
| Hex | D5 | DB | 48 | 3 | 0 | 43 | E | 3E | 43 | 39 |
| Octal | 325 | 333 | 110 | 3 | 0 | 103 | 16 | 76 | 103 | 71 |
| Binary | 11010101 | 11011011 | 1001000 | 11 | 0 | 1000011 | 1110 | 111110 | 1000011 | 111001 |
Color Harmonies of #D5DB48
Complementary color
Monochromatic Colors of #D5DB48
Black with #D5DB48
Text Example
Text Example
White with #D5DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB48; }
p { color: rgb(213,219,72); }
H1.HeaderClassName
{
color: #D5DB48;
}
.AnyTagClassName
{
color: #D5DB48;
}
</style>
background-color css
<style>
a { background-color: #D5DB48; }
a { background-color: rgb(213,219,72); }
div.DivClassName
{
background-color: #D5DB48;
}
.BgClassName
{
background-color: #D5DB48;
}
</style>
border-color css
<style>
span { border-color: #D5DB48; }
span { border-color: rgb(213,219,72); }
td.TdClassName
{
border-color: #D5DB48;
}
.TagClassName
{
border-color: #D5DB48;
}
</style>