Shades of Starship #DDD630
Tints of Starship #DDD630
RGB
CMYK
RGB Variations
Color information
#DDD630 (or 0xDDD630) is known color: Starship. HEX triplet: DD, D6 and 30. RGB value is (221,214,48). Sum of RGB (Red+Green+Blue) = 221+214+48=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD630 is #2229CF. Grayscale: #C5C5C5. Windows color (decimal): -2238928 or 3200733. OLE color: 3200733.
HSL color Cylindrical-coordinate representation of color #DDD630: hue angle of 57.57º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD630 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 48 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.13 |
| HSL | 57.57º | 0.72% | 0.53% | - |
| HSV(B) | 57.57º | 0.78% | 0.87% | - |
| XYZ | 54.4 | 63.68 | 12.22 | - |
| YUV | 197.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 48 | 0 | 0.03 | 0.78 | 0.13 | 57.57 | 0.72 | 0.53 |
| Hex | DD | D6 | 30 | 0 | 3 | 4E | D | 3A | 48 | 35 |
| Octal | 335 | 326 | 60 | 0 | 3 | 116 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11010110 | 110000 | 0 | 11 | 1001110 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD630
Complementary color
Monochromatic Colors of #DDD630
Black with #DDD630
Text Example
Text Example
White with #DDD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD630; }
p { color: rgb(221,214,48); }
H1.HeaderClassName
{
color: #DDD630;
}
.AnyTagClassName
{
color: #DDD630;
}
</style>
background-color css
<style>
a { background-color: #DDD630; }
a { background-color: rgb(221,214,48); }
div.DivClassName
{
background-color: #DDD630;
}
.BgClassName
{
background-color: #DDD630;
}
</style>
border-color css
<style>
span { border-color: #DDD630; }
span { border-color: rgb(221,214,48); }
td.TdClassName
{
border-color: #DDD630;
}
.TagClassName
{
border-color: #DDD630;
}
</style>