Shades of Starship #DADC44
Tints of Starship #DADC44
RGB
CMYK
RGB Variations
Color information
#DADC44 (or 0xDADC44) is known color: Starship. HEX triplet: DA, DC and 44. RGB value is (218,220,68). Sum of RGB (Red+Green+Blue) = 218+220+68=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC44 is #2523BB. Grayscale: #CACACA. Windows color (decimal): -2433980 or 4512986. OLE color: 4512986.
HSL color Cylindrical-coordinate representation of color #DADC44: hue angle of 60.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DADC44 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 68 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.14 |
| HSL | 60.79º | 0.68% | 0.56% | - |
| HSV(B) | 60.79º | 0.69% | 0.86% | - |
| XYZ | 55.55 | 66.51 | 15.38 | - |
| YUV | 202.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 68 | 0.01 | 0 | 0.69 | 0.14 | 60.79 | 0.68 | 0.56 |
| Hex | DA | DC | 44 | 1 | 0 | 45 | E | 3D | 44 | 38 |
| Octal | 332 | 334 | 104 | 1 | 0 | 105 | 16 | 75 | 104 | 70 |
| Binary | 11011010 | 11011100 | 1000100 | 1 | 0 | 1000101 | 1110 | 111101 | 1000100 | 111000 |
Color Harmonies of #DADC44
Complementary color
Monochromatic Colors of #DADC44
Black with #DADC44
Text Example
Text Example
White with #DADC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC44; }
p { color: rgb(218,220,68); }
H1.HeaderClassName
{
color: #DADC44;
}
.AnyTagClassName
{
color: #DADC44;
}
</style>
background-color css
<style>
a { background-color: #DADC44; }
a { background-color: rgb(218,220,68); }
div.DivClassName
{
background-color: #DADC44;
}
.BgClassName
{
background-color: #DADC44;
}
</style>
border-color css
<style>
span { border-color: #DADC44; }
span { border-color: rgb(218,220,68); }
td.TdClassName
{
border-color: #DADC44;
}
.TagClassName
{
border-color: #DADC44;
}
</style>