Shades of Starship #DAD435
Tints of Starship #DAD435
RGB
CMYK
RGB Variations
Color information
#DAD435 (or 0xDAD435) is known color: Starship. HEX triplet: DA, D4 and 35. RGB value is (218,212,53). Sum of RGB (Red+Green+Blue) = 218+212+53=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD435 is #252BCA. Grayscale: #C4C4C4. Windows color (decimal): -2436043 or 3527898. OLE color: 3527898.
HSL color Cylindrical-coordinate representation of color #DAD435: hue angle of 57.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAD435 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 53 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.15 |
| HSL | 57.82º | 0.69% | 0.53% | - |
| HSV(B) | 57.82º | 0.76% | 0.85% | - |
| XYZ | 53.1 | 62.25 | 12.58 | - |
| YUV | 195.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 53 | 0 | 0.03 | 0.76 | 0.15 | 57.82 | 0.69 | 0.53 |
| Hex | DA | D4 | 35 | 0 | 3 | 4C | F | 3A | 45 | 35 |
| Octal | 332 | 324 | 65 | 0 | 3 | 114 | 17 | 72 | 105 | 65 |
| Binary | 11011010 | 11010100 | 110101 | 0 | 11 | 1001100 | 1111 | 111010 | 1000101 | 110101 |
Color Harmonies of #DAD435
Complementary color
Monochromatic Colors of #DAD435
Black with #DAD435
Text Example
Text Example
White with #DAD435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD435; }
p { color: rgb(218,212,53); }
H1.HeaderClassName
{
color: #DAD435;
}
.AnyTagClassName
{
color: #DAD435;
}
</style>
background-color css
<style>
a { background-color: #DAD435; }
a { background-color: rgb(218,212,53); }
div.DivClassName
{
background-color: #DAD435;
}
.BgClassName
{
background-color: #DAD435;
}
</style>
border-color css
<style>
span { border-color: #DAD435; }
span { border-color: rgb(218,212,53); }
td.TdClassName
{
border-color: #DAD435;
}
.TagClassName
{
border-color: #DAD435;
}
</style>