Shades of Starship #DCDA32
Tints of Starship #DCDA32
RGB
CMYK
RGB Variations
Color information
#DCDA32 (or 0xDCDA32) is known color: Starship. HEX triplet: DC, DA and 32. RGB value is (220,218,50). Sum of RGB (Red+Green+Blue) = 220+218+50=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA32 is #2325CD. Grayscale: #C8C8C8. Windows color (decimal): -2303438 or 3332828. OLE color: 3332828.
HSL color Cylindrical-coordinate representation of color #DCDA32: 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.77%. Process color model (Four color, CMYK) of #DCDA32 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 50 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.14 |
| HSL | 59.29º | 0.71% | 0.53% | - |
| HSV(B) | 59.29º | 0.77% | 0.86% | - |
| XYZ | 55.16 | 65.59 | 12.77 | - |
| YUV | 199.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 50 | 0 | 0.01 | 0.77 | 0.14 | 59.29 | 0.71 | 0.53 |
| Hex | DC | DA | 32 | 0 | 1 | 4D | E | 3B | 47 | 35 |
| Octal | 334 | 332 | 62 | 0 | 1 | 115 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011010 | 110010 | 0 | 1 | 1001101 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCDA32
Complementary color
Monochromatic Colors of #DCDA32
Black with #DCDA32
Text Example
Text Example
White with #DCDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA32; }
p { color: rgb(220,218,50); }
H1.HeaderClassName
{
color: #DCDA32;
}
.AnyTagClassName
{
color: #DCDA32;
}
</style>
background-color css
<style>
a { background-color: #DCDA32; }
a { background-color: rgb(220,218,50); }
div.DivClassName
{
background-color: #DCDA32;
}
.BgClassName
{
background-color: #DCDA32;
}
</style>
border-color css
<style>
span { border-color: #DCDA32; }
span { border-color: rgb(220,218,50); }
td.TdClassName
{
border-color: #DCDA32;
}
.TagClassName
{
border-color: #DCDA32;
}
</style>