Shades of Starship #D5DC48
Tints of Starship #D5DC48
RGB
CMYK
RGB Variations
Color information
#D5DC48 (or 0xD5DC48) is known color: Starship. HEX triplet: D5, DC and 48. RGB value is (213,220,72). Sum of RGB (Red+Green+Blue) = 213+220+72=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC48 is #2A23B7. Grayscale: #C9C9C9. Windows color (decimal): -2761656 or 4775125. OLE color: 4775125.
HSL color Cylindrical-coordinate representation of color #D5DC48: hue angle of 62.84º degrees, saturation: 0.68, 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 #D5DC48 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 72 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.14 |
| HSL | 62.84º | 0.68% | 0.57% | - |
| HSV(B) | 62.84º | 0.67% | 0.86% | - |
| XYZ | 54.2 | 65.8 | 15.97 | - |
| YUV | 201.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 72 | 0.03 | 0 | 0.67 | 0.14 | 62.84 | 0.68 | 0.57 |
| Hex | D5 | DC | 48 | 3 | 0 | 43 | E | 3F | 44 | 39 |
| Octal | 325 | 334 | 110 | 3 | 0 | 103 | 16 | 77 | 104 | 71 |
| Binary | 11010101 | 11011100 | 1001000 | 11 | 0 | 1000011 | 1110 | 111111 | 1000100 | 111001 |
Color Harmonies of #D5DC48
Complementary color
Monochromatic Colors of #D5DC48
Black with #D5DC48
Text Example
Text Example
White with #D5DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC48; }
p { color: rgb(213,220,72); }
H1.HeaderClassName
{
color: #D5DC48;
}
.AnyTagClassName
{
color: #D5DC48;
}
</style>
background-color css
<style>
a { background-color: #D5DC48; }
a { background-color: rgb(213,220,72); }
div.DivClassName
{
background-color: #D5DC48;
}
.BgClassName
{
background-color: #D5DC48;
}
</style>
border-color css
<style>
span { border-color: #D5DC48; }
span { border-color: rgb(213,220,72); }
td.TdClassName
{
border-color: #D5DC48;
}
.TagClassName
{
border-color: #D5DC48;
}
</style>