Shades of Starship #DADC43
Tints of Starship #DADC43
RGB
CMYK
RGB Variations
Color information
#DADC43 (or 0xDADC43) is known color: Starship. HEX triplet: DA, DC and 43. RGB value is (218,220,67). Sum of RGB (Red+Green+Blue) = 218+220+67=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC43 is #2523BC. Grayscale: #CACACA. Windows color (decimal): -2433981 or 4447450. OLE color: 4447450.
HSL color Cylindrical-coordinate representation of color #DADC43: 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 #DADC43 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.14 |
| HSL | 60.78º | 0.69% | 0.56% | - |
| HSV(B) | 60.78º | 0.7% | 0.86% | - |
| XYZ | 55.52 | 66.5 | 15.22 | - |
| YUV | 201.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 67 | 0.01 | 0 | 0.70 | 0.14 | 60.78 | 0.69 | 0.56 |
| Hex | DA | DC | 43 | 1 | 0 | 46 | E | 3D | 45 | 38 |
| Octal | 332 | 334 | 103 | 1 | 0 | 106 | 16 | 75 | 105 | 70 |
| Binary | 11011010 | 11011100 | 1000011 | 1 | 0 | 1000110 | 1110 | 111101 | 1000101 | 111000 |
Color Harmonies of #DADC43
Complementary color
Monochromatic Colors of #DADC43
Black with #DADC43
Text Example
Text Example
White with #DADC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC43; }
p { color: rgb(218,220,67); }
H1.HeaderClassName
{
color: #DADC43;
}
.AnyTagClassName
{
color: #DADC43;
}
</style>
background-color css
<style>
a { background-color: #DADC43; }
a { background-color: rgb(218,220,67); }
div.DivClassName
{
background-color: #DADC43;
}
.BgClassName
{
background-color: #DADC43;
}
</style>
border-color css
<style>
span { border-color: #DADC43; }
span { border-color: rgb(218,220,67); }
td.TdClassName
{
border-color: #DADC43;
}
.TagClassName
{
border-color: #DADC43;
}
</style>