Shades of Starship #DCDA40
Tints of Starship #DCDA40
RGB
CMYK
RGB Variations
Color information
#DCDA40 (or 0xDCDA40) is known color: Starship. HEX triplet: DC, DA and 40. RGB value is (220,218,64). Sum of RGB (Red+Green+Blue) = 220+218+64=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA40 is #2325BF. Grayscale: #C9C9C9. Windows color (decimal): -2303424 or 4250332. OLE color: 4250332.
HSL color Cylindrical-coordinate representation of color #DCDA40: hue angle of 59.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCDA40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.14 |
| HSL | 59.23º | 0.69% | 0.56% | - |
| HSV(B) | 59.23º | 0.71% | 0.86% | - |
| XYZ | 55.51 | 65.73 | 14.61 | - |
| YUV | 201.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 64 | 0 | 0.01 | 0.71 | 0.14 | 59.23 | 0.69 | 0.56 |
| Hex | DC | DA | 40 | 0 | 1 | 47 | E | 3B | 45 | 38 |
| Octal | 334 | 332 | 100 | 0 | 1 | 107 | 16 | 73 | 105 | 70 |
| Binary | 11011100 | 11011010 | 1000000 | 0 | 1 | 1000111 | 1110 | 111011 | 1000101 | 111000 |
Color Harmonies of #DCDA40
Complementary color
Monochromatic Colors of #DCDA40
Black with #DCDA40
Text Example
Text Example
White with #DCDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA40; }
p { color: rgb(220,218,64); }
H1.HeaderClassName
{
color: #DCDA40;
}
.AnyTagClassName
{
color: #DCDA40;
}
</style>
background-color css
<style>
a { background-color: #DCDA40; }
a { background-color: rgb(220,218,64); }
div.DivClassName
{
background-color: #DCDA40;
}
.BgClassName
{
background-color: #DCDA40;
}
</style>
border-color css
<style>
span { border-color: #DCDA40; }
span { border-color: rgb(220,218,64); }
td.TdClassName
{
border-color: #DCDA40;
}
.TagClassName
{
border-color: #DCDA40;
}
</style>