Shades of Starship #DCDA34
Tints of Starship #DCDA34
RGB
CMYK
RGB Variations
Color information
#DCDA34 (or 0xDCDA34) is known color: Starship. HEX triplet: DC, DA and 34. RGB value is (220,218,52). Sum of RGB (Red+Green+Blue) = 220+218+52=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA34 is #2325CB. Grayscale: #C8C8C8. Windows color (decimal): -2303436 or 3463900. OLE color: 3463900.
HSL color Cylindrical-coordinate representation of color #DCDA34: hue angle of 59.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDA34 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.14 |
| HSL | 59.29º | 0.71% | 0.53% | - |
| HSV(B) | 59.29º | 0.76% | 0.86% | - |
| XYZ | 55.21 | 65.61 | 13 | - |
| YUV | 199.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 52 | 0 | 0.01 | 0.76 | 0.14 | 59.29 | 0.71 | 0.53 |
| Hex | DC | DA | 34 | 0 | 1 | 4C | E | 3B | 47 | 35 |
| Octal | 334 | 332 | 64 | 0 | 1 | 114 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011010 | 110100 | 0 | 1 | 1001100 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCDA34
Complementary color
Monochromatic Colors of #DCDA34
Black with #DCDA34
Text Example
Text Example
White with #DCDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA34; }
p { color: rgb(220,218,52); }
H1.HeaderClassName
{
color: #DCDA34;
}
.AnyTagClassName
{
color: #DCDA34;
}
</style>
background-color css
<style>
a { background-color: #DCDA34; }
a { background-color: rgb(220,218,52); }
div.DivClassName
{
background-color: #DCDA34;
}
.BgClassName
{
background-color: #DCDA34;
}
</style>
border-color css
<style>
span { border-color: #DCDA34; }
span { border-color: rgb(220,218,52); }
td.TdClassName
{
border-color: #DCDA34;
}
.TagClassName
{
border-color: #DCDA34;
}
</style>