Shades of Starship #DCD83A
Tints of Starship #DCD83A
RGB
CMYK
RGB Variations
Color information
#DCD83A (or 0xDCD83A) is known color: Starship. HEX triplet: DC, D8 and 3A. RGB value is (220,216,58). Sum of RGB (Red+Green+Blue) = 220+216+58=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83A is #2327C5. Grayscale: #C7C7C7. Windows color (decimal): -2303942 or 3856604. OLE color: 3856604.
HSL color Cylindrical-coordinate representation of color #DCD83A: hue angle of 58.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD83A is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 58 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.14 |
| HSL | 58.52º | 0.7% | 0.55% | - |
| HSV(B) | 58.52º | 0.74% | 0.86% | - |
| XYZ | 54.83 | 64.63 | 13.59 | - |
| YUV | 199.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 58 | 0 | 0.02 | 0.74 | 0.14 | 58.52 | 0.7 | 0.55 |
| Hex | DC | D8 | 3A | 0 | 2 | 4A | E | 3B | 46 | 37 |
| Octal | 334 | 330 | 72 | 0 | 2 | 112 | 16 | 73 | 106 | 67 |
| Binary | 11011100 | 11011000 | 111010 | 0 | 10 | 1001010 | 1110 | 111011 | 1000110 | 110111 |
Color Harmonies of #DCD83A
Complementary color
Monochromatic Colors of #DCD83A
Black with #DCD83A
Text Example
Text Example
White with #DCD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD83A; }
p { color: rgb(220,216,58); }
H1.HeaderClassName
{
color: #DCD83A;
}
.AnyTagClassName
{
color: #DCD83A;
}
</style>
background-color css
<style>
a { background-color: #DCD83A; }
a { background-color: rgb(220,216,58); }
div.DivClassName
{
background-color: #DCD83A;
}
.BgClassName
{
background-color: #DCD83A;
}
</style>
border-color css
<style>
span { border-color: #DCD83A; }
span { border-color: rgb(220,216,58); }
td.TdClassName
{
border-color: #DCD83A;
}
.TagClassName
{
border-color: #DCD83A;
}
</style>