Shades of Starship #DCD83B
Tints of Starship #DCD83B
RGB
CMYK
RGB Variations
Color information
#DCD83B (or 0xDCD83B) is known color: Starship. HEX triplet: DC, D8 and 3B. RGB value is (220,216,59). Sum of RGB (Red+Green+Blue) = 220+216+59=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83B is #2327C4. Grayscale: #C7C7C7. Windows color (decimal): -2303941 or 3922140. OLE color: 3922140.
HSL color Cylindrical-coordinate representation of color #DCD83B: hue angle of 58.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD83B is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 59 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.14 |
| HSL | 58.51º | 0.7% | 0.55% | - |
| HSV(B) | 58.51º | 0.73% | 0.86% | - |
| XYZ | 54.86 | 64.64 | 13.72 | - |
| YUV | 199.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 59 | 0 | 0.02 | 0.73 | 0.14 | 58.51 | 0.7 | 0.55 |
| Hex | DC | D8 | 3B | 0 | 2 | 49 | E | 3B | 46 | 37 |
| Octal | 334 | 330 | 73 | 0 | 2 | 111 | 16 | 73 | 106 | 67 |
| Binary | 11011100 | 11011000 | 111011 | 0 | 10 | 1001001 | 1110 | 111011 | 1000110 | 110111 |
Color Harmonies of #DCD83B
Complementary color
Monochromatic Colors of #DCD83B
Black with #DCD83B
Text Example
Text Example
White with #DCD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD83B; }
p { color: rgb(220,216,59); }
H1.HeaderClassName
{
color: #DCD83B;
}
.AnyTagClassName
{
color: #DCD83B;
}
</style>
background-color css
<style>
a { background-color: #DCD83B; }
a { background-color: rgb(220,216,59); }
div.DivClassName
{
background-color: #DCD83B;
}
.BgClassName
{
background-color: #DCD83B;
}
</style>
border-color css
<style>
span { border-color: #DCD83B; }
span { border-color: rgb(220,216,59); }
td.TdClassName
{
border-color: #DCD83B;
}
.TagClassName
{
border-color: #DCD83B;
}
</style>