Shades of Starship #DCD231
Tints of Starship #DCD231
RGB
CMYK
RGB Variations
Color information
#DCD231 (or 0xDCD231) is known color: Starship. HEX triplet: DC, D2 and 31. RGB value is (220,210,49). Sum of RGB (Red+Green+Blue) = 220+210+49=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD231 is #232DCE. Grayscale: #C3C3C3. Windows color (decimal): -2305487 or 3265244. OLE color: 3265244.
HSL color Cylindrical-coordinate representation of color #DCD231: hue angle of 56.49º 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 #DCD231 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.14 |
| HSL | 56.49º | 0.71% | 0.53% | - |
| HSV(B) | 56.49º | 0.78% | 0.86% | - |
| XYZ | 53.12 | 61.53 | 11.98 | - |
| YUV | 194.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 49 | 0 | 0.05 | 0.78 | 0.14 | 56.49 | 0.71 | 0.53 |
| Hex | DC | D2 | 31 | 0 | 5 | 4E | E | 38 | 47 | 35 |
| Octal | 334 | 322 | 61 | 0 | 5 | 116 | 16 | 70 | 107 | 65 |
| Binary | 11011100 | 11010010 | 110001 | 0 | 101 | 1001110 | 1110 | 111000 | 1000111 | 110101 |
Color Harmonies of #DCD231
Complementary color
Monochromatic Colors of #DCD231
Black with #DCD231
Text Example
Text Example
White with #DCD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD231; }
p { color: rgb(220,210,49); }
H1.HeaderClassName
{
color: #DCD231;
}
.AnyTagClassName
{
color: #DCD231;
}
</style>
background-color css
<style>
a { background-color: #DCD231; }
a { background-color: rgb(220,210,49); }
div.DivClassName
{
background-color: #DCD231;
}
.BgClassName
{
background-color: #DCD231;
}
</style>
border-color css
<style>
span { border-color: #DCD231; }
span { border-color: rgb(220,210,49); }
td.TdClassName
{
border-color: #DCD231;
}
.TagClassName
{
border-color: #DCD231;
}
</style>