Shades of Starship #DCDA3D
Tints of Starship #DCDA3D
RGB
CMYK
RGB Variations
Color information
#DCDA3D (or 0xDCDA3D) is known color: Starship. HEX triplet: DC, DA and 3D. RGB value is (220,218,61). Sum of RGB (Red+Green+Blue) = 220+218+61=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA3D is #2325C2. Grayscale: #C9C9C9. Windows color (decimal): -2303427 or 4053724. OLE color: 4053724.
HSL color Cylindrical-coordinate representation of color #DCDA3D: hue angle of 59.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCDA3D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 61 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.14 |
| HSL | 59.25º | 0.69% | 0.55% | - |
| HSV(B) | 59.25º | 0.72% | 0.86% | - |
| XYZ | 55.43 | 65.7 | 14.17 | - |
| YUV | 200.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 61 | 0 | 0.01 | 0.72 | 0.14 | 59.25 | 0.69 | 0.55 |
| Hex | DC | DA | 3D | 0 | 1 | 48 | E | 3B | 45 | 37 |
| Octal | 334 | 332 | 75 | 0 | 1 | 110 | 16 | 73 | 105 | 67 |
| Binary | 11011100 | 11011010 | 111101 | 0 | 1 | 1001000 | 1110 | 111011 | 1000101 | 110111 |
Color Harmonies of #DCDA3D
Complementary color
Monochromatic Colors of #DCDA3D
Black with #DCDA3D
Text Example
Text Example
White with #DCDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA3D; }
p { color: rgb(220,218,61); }
H1.HeaderClassName
{
color: #DCDA3D;
}
.AnyTagClassName
{
color: #DCDA3D;
}
</style>
background-color css
<style>
a { background-color: #DCDA3D; }
a { background-color: rgb(220,218,61); }
div.DivClassName
{
background-color: #DCDA3D;
}
.BgClassName
{
background-color: #DCDA3D;
}
</style>
border-color css
<style>
span { border-color: #DCDA3D; }
span { border-color: rgb(220,218,61); }
td.TdClassName
{
border-color: #DCDA3D;
}
.TagClassName
{
border-color: #DCDA3D;
}
</style>