Shades of Starship #DADA3D
Tints of Starship #DADA3D
RGB
CMYK
RGB Variations
Color information
#DADA3D (or 0xDADA3D) is known color: Starship. HEX triplet: DA, DA and 3D. RGB value is (218,218,61). Sum of RGB (Red+Green+Blue) = 218+218+61=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA3D is #2525C2. Grayscale: #C8C8C8. Windows color (decimal): -2434499 or 4053722. OLE color: 4053722.
HSL color Cylindrical-coordinate representation of color #DADA3D: hue angle of 60º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DADA3D is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 61 | - |
| CMYK | 0 | 0 | 0.72 | 0.15 |
| HSL | 60º | 0.68% | 0.55% | - |
| HSV(B) | 60º | 0.72% | 0.85% | - |
| XYZ | 54.83 | 65.39 | 14.15 | - |
| YUV | 200.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 61 | 0 | 0 | 0.72 | 0.15 | 60 | 0.68 | 0.55 |
| Hex | DA | DA | 3D | 0 | 0 | 48 | F | 3C | 44 | 37 |
| Octal | 332 | 332 | 75 | 0 | 0 | 110 | 17 | 74 | 104 | 67 |
| Binary | 11011010 | 11011010 | 111101 | 0 | 0 | 1001000 | 1111 | 111100 | 1000100 | 110111 |
Color Harmonies of #DADA3D
Complementary color
Monochromatic Colors of #DADA3D
Black with #DADA3D
Text Example
Text Example
White with #DADA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA3D; }
p { color: rgb(218,218,61); }
H1.HeaderClassName
{
color: #DADA3D;
}
.AnyTagClassName
{
color: #DADA3D;
}
</style>
background-color css
<style>
a { background-color: #DADA3D; }
a { background-color: rgb(218,218,61); }
div.DivClassName
{
background-color: #DADA3D;
}
.BgClassName
{
background-color: #DADA3D;
}
</style>
border-color css
<style>
span { border-color: #DADA3D; }
span { border-color: rgb(218,218,61); }
td.TdClassName
{
border-color: #DADA3D;
}
.TagClassName
{
border-color: #DADA3D;
}
</style>