Shades of Starship #DDDB3D
Tints of Starship #DDDB3D
RGB
CMYK
RGB Variations
Color information
#DDDB3D (or 0xDDDB3D) is known color: Starship. HEX triplet: DD, DB and 3D. RGB value is (221,219,61). Sum of RGB (Red+Green+Blue) = 221+219+61=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB3D is #2224C2. Grayscale: #CACACA. Windows color (decimal): -2237635 or 4053981. OLE color: 4053981.
HSL color Cylindrical-coordinate representation of color #DDDB3D: hue angle of 59.25º 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 #DDDB3D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 61 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.13 |
| HSL | 59.25º | 0.7% | 0.55% | - |
| HSV(B) | 59.25º | 0.72% | 0.87% | - |
| XYZ | 55.99 | 66.37 | 14.27 | - |
| YUV | 201.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 61 | 0 | 0.01 | 0.72 | 0.13 | 59.25 | 0.7 | 0.55 |
| Hex | DD | DB | 3D | 0 | 1 | 48 | D | 3B | 46 | 37 |
| Octal | 335 | 333 | 75 | 0 | 1 | 110 | 15 | 73 | 106 | 67 |
| Binary | 11011101 | 11011011 | 111101 | 0 | 1 | 1001000 | 1101 | 111011 | 1000110 | 110111 |
Color Harmonies of #DDDB3D
Complementary color
Monochromatic Colors of #DDDB3D
Black with #DDDB3D
Text Example
Text Example
White with #DDDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB3D; }
p { color: rgb(221,219,61); }
H1.HeaderClassName
{
color: #DDDB3D;
}
.AnyTagClassName
{
color: #DDDB3D;
}
</style>
background-color css
<style>
a { background-color: #DDDB3D; }
a { background-color: rgb(221,219,61); }
div.DivClassName
{
background-color: #DDDB3D;
}
.BgClassName
{
background-color: #DDDB3D;
}
</style>
border-color css
<style>
span { border-color: #DDDB3D; }
span { border-color: rgb(221,219,61); }
td.TdClassName
{
border-color: #DDDB3D;
}
.TagClassName
{
border-color: #DDDB3D;
}
</style>