Shades of Starship #DCDA46
Tints of Starship #DCDA46
RGB
CMYK
RGB Variations
Color information
#DCDA46 (or 0xDCDA46) is known color: Starship. HEX triplet: DC, DA and 46. RGB value is (220,218,70). Sum of RGB (Red+Green+Blue) = 220+218+70=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA46 is #2325B9. Grayscale: #CACACA. Windows color (decimal): -2303418 or 4643548. OLE color: 4643548.
HSL color Cylindrical-coordinate representation of color #DCDA46: hue angle of 59.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDA46 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 70 | - |
CMYK | 0 | 0.01 | 0.68 | 0.14 |
HSL | 59.2º | 0.68% | 0.57% | - |
HSV(B) | 59.2º | 0.68% | 0.86% | - |
XYZ | 55.69 | 65.8 | 15.56 | - |
YUV | 201.73 | 53.66 | 141.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 70 | 0 | 0.01 | 0.68 | 0.14 | 59.2 | 0.68 | 0.57 |
Hex | DC | DA | 46 | 0 | 1 | 44 | E | 3B | 44 | 39 |
Octal | 334 | 332 | 106 | 0 | 1 | 104 | 16 | 73 | 104 | 71 |
Binary | 11011100 | 11011010 | 1000110 | 0 | 1 | 1000100 | 1110 | 111011 | 1000100 | 111001 |
Color Harmonies of #DCDA46
Complementary color
Monochromatic Colors of #DCDA46
Black with #DCDA46
Text Example
Text Example
White with #DCDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA46; }
p { color: rgb(220,218,70); }
H1.HeaderClassName
{
color: #DCDA46;
}
.AnyTagClassName
{
color: #DCDA46;
}
</style>
background-color css
<style>
a { background-color: #DCDA46; }
a { background-color: rgb(220,218,70); }
div.DivClassName
{
background-color: #DCDA46;
}
.BgClassName
{
background-color: #DCDA46;
}
</style>
border-color css
<style>
span { border-color: #DCDA46; }
span { border-color: rgb(220,218,70); }
td.TdClassName
{
border-color: #DCDA46;
}
.TagClassName
{
border-color: #DCDA46;
}
</style>