Shades of Starship #DDD63D
Tints of Starship #DDD63D
RGB
CMYK
RGB Variations
Color information
#DDD63D (or 0xDDD63D) is known color: Starship. HEX triplet: DD, D6 and 3D. RGB value is (221,214,61). Sum of RGB (Red+Green+Blue) = 221+214+61=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD63D is #2229C2. Grayscale: #C7C7C7. Windows color (decimal): -2238915 or 4052701. OLE color: 4052701.
HSL color Cylindrical-coordinate representation of color #DDD63D: hue angle of 57.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDD63D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 61 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.38º | 0.7% | 0.55% | - |
| HSV(B) | 57.38º | 0.72% | 0.87% | - |
| XYZ | 54.71 | 63.8 | 13.85 | - |
| YUV | 198.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 61 | 0 | 0.03 | 0.72 | 0.13 | 57.38 | 0.7 | 0.55 |
| Hex | DD | D6 | 3D | 0 | 3 | 48 | D | 39 | 46 | 37 |
| Octal | 335 | 326 | 75 | 0 | 3 | 110 | 15 | 71 | 106 | 67 |
| Binary | 11011101 | 11010110 | 111101 | 0 | 11 | 1001000 | 1101 | 111001 | 1000110 | 110111 |
Color Harmonies of #DDD63D
Complementary color
Monochromatic Colors of #DDD63D
Black with #DDD63D
Text Example
Text Example
White with #DDD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD63D; }
p { color: rgb(221,214,61); }
H1.HeaderClassName
{
color: #DDD63D;
}
.AnyTagClassName
{
color: #DDD63D;
}
</style>
background-color css
<style>
a { background-color: #DDD63D; }
a { background-color: rgb(221,214,61); }
div.DivClassName
{
background-color: #DDD63D;
}
.BgClassName
{
background-color: #DDD63D;
}
</style>
border-color css
<style>
span { border-color: #DDD63D; }
span { border-color: rgb(221,214,61); }
td.TdClassName
{
border-color: #DDD63D;
}
.TagClassName
{
border-color: #DDD63D;
}
</style>