Shades of Starship #DCD631
Tints of Starship #DCD631
RGB
CMYK
RGB Variations
Color information
#DCD631 (or 0xDCD631) is known color: Starship. HEX triplet: DC, D6 and 31. RGB value is (220,214,49). Sum of RGB (Red+Green+Blue) = 220+214+49=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD631 is #2329CE. Grayscale: #C5C5C5. Windows color (decimal): -2304463 or 3266268. OLE color: 3266268.
HSL color Cylindrical-coordinate representation of color #DCD631: hue angle of 57.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCD631 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 49 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.14 |
| HSL | 57.89º | 0.71% | 0.53% | - |
| HSV(B) | 57.89º | 0.78% | 0.86% | - |
| XYZ | 54.12 | 63.53 | 12.32 | - |
| YUV | 196.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 49 | 0 | 0.03 | 0.78 | 0.14 | 57.89 | 0.71 | 0.53 |
| Hex | DC | D6 | 31 | 0 | 3 | 4E | E | 3A | 47 | 35 |
| Octal | 334 | 326 | 61 | 0 | 3 | 116 | 16 | 72 | 107 | 65 |
| Binary | 11011100 | 11010110 | 110001 | 0 | 11 | 1001110 | 1110 | 111010 | 1000111 | 110101 |
Color Harmonies of #DCD631
Complementary color
Monochromatic Colors of #DCD631
Black with #DCD631
Text Example
Text Example
White with #DCD631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD631; }
p { color: rgb(220,214,49); }
H1.HeaderClassName
{
color: #DCD631;
}
.AnyTagClassName
{
color: #DCD631;
}
</style>
background-color css
<style>
a { background-color: #DCD631; }
a { background-color: rgb(220,214,49); }
div.DivClassName
{
background-color: #DCD631;
}
.BgClassName
{
background-color: #DCD631;
}
</style>
border-color css
<style>
span { border-color: #DCD631; }
span { border-color: rgb(220,214,49); }
td.TdClassName
{
border-color: #DCD631;
}
.TagClassName
{
border-color: #DCD631;
}
</style>