Shades of Starship #DCD731
Tints of Starship #DCD731
RGB
CMYK
RGB Variations
Color information
#DCD731 (or 0xDCD731) is known color: Starship. HEX triplet: DC, D7 and 31. RGB value is (220,215,49). Sum of RGB (Red+Green+Blue) = 220+215+49=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD731 is #2328CE. Grayscale: #C6C6C6. Windows color (decimal): -2304207 or 3266524. OLE color: 3266524.
HSL color Cylindrical-coordinate representation of color #DCD731: hue angle of 58.25º 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 #DCD731 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.14 |
| HSL | 58.25º | 0.71% | 0.53% | - |
| HSV(B) | 58.25º | 0.78% | 0.86% | - |
| XYZ | 54.37 | 64.04 | 12.4 | - |
| YUV | 197.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 49 | 0 | 0.02 | 0.78 | 0.14 | 58.25 | 0.71 | 0.53 |
| Hex | DC | D7 | 31 | 0 | 2 | 4E | E | 3A | 47 | 35 |
| Octal | 334 | 327 | 61 | 0 | 2 | 116 | 16 | 72 | 107 | 65 |
| Binary | 11011100 | 11010111 | 110001 | 0 | 10 | 1001110 | 1110 | 111010 | 1000111 | 110101 |
Color Harmonies of #DCD731
Complementary color
Monochromatic Colors of #DCD731
Black with #DCD731
Text Example
Text Example
White with #DCD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD731; }
p { color: rgb(220,215,49); }
H1.HeaderClassName
{
color: #DCD731;
}
.AnyTagClassName
{
color: #DCD731;
}
</style>
background-color css
<style>
a { background-color: #DCD731; }
a { background-color: rgb(220,215,49); }
div.DivClassName
{
background-color: #DCD731;
}
.BgClassName
{
background-color: #DCD731;
}
</style>
border-color css
<style>
span { border-color: #DCD731; }
span { border-color: rgb(220,215,49); }
td.TdClassName
{
border-color: #DCD731;
}
.TagClassName
{
border-color: #DCD731;
}
</style>