Shades of Starship #DADC42
Tints of Starship #DADC42
RGB
CMYK
RGB Variations
Color information
#DADC42 (or 0xDADC42) is known color: Starship. HEX triplet: DA, DC and 42. RGB value is (218,220,66). Sum of RGB (Red+Green+Blue) = 218+220+66=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC42 is #2523BD. Grayscale: #CACACA. Windows color (decimal): -2433982 or 4381914. OLE color: 4381914.
HSL color Cylindrical-coordinate representation of color #DADC42: hue angle of 60.78º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADC42 is Cyan = 0.01, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 66 | - |
| CMYK | 0.01 | 0 | 0.7 | 0.14 |
| HSL | 60.78º | 0.69% | 0.56% | - |
| HSV(B) | 60.78º | 0.7% | 0.86% | - |
| XYZ | 55.49 | 66.49 | 15.06 | - |
| YUV | 201.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 66 | 0.01 | 0 | 0.7 | 0.14 | 60.78 | 0.69 | 0.56 |
| Hex | DA | DC | 42 | 1 | 0 | 46 | E | 3D | 45 | 38 |
| Octal | 332 | 334 | 102 | 1 | 0 | 106 | 16 | 75 | 105 | 70 |
| Binary | 11011010 | 11011100 | 1000010 | 1 | 0 | 1000110 | 1110 | 111101 | 1000101 | 111000 |
Color Harmonies of #DADC42
Complementary color
Monochromatic Colors of #DADC42
Black with #DADC42
Text Example
Text Example
White with #DADC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC42; }
p { color: rgb(218,220,66); }
H1.HeaderClassName
{
color: #DADC42;
}
.AnyTagClassName
{
color: #DADC42;
}
</style>
background-color css
<style>
a { background-color: #DADC42; }
a { background-color: rgb(218,220,66); }
div.DivClassName
{
background-color: #DADC42;
}
.BgClassName
{
background-color: #DADC42;
}
</style>
border-color css
<style>
span { border-color: #DADC42; }
span { border-color: rgb(218,220,66); }
td.TdClassName
{
border-color: #DADC42;
}
.TagClassName
{
border-color: #DADC42;
}
</style>