Shades of Starship #DDDB43
Tints of Starship #DDDB43
RGB
CMYK
RGB Variations
Color information
#DDDB43 (or 0xDDDB43) is known color: Starship. HEX triplet: DD, DB and 43. RGB value is (221,219,67). Sum of RGB (Red+Green+Blue) = 221+219+67=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 67 (26.56% from 255 or 13.21% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB43 is #2224BC. Grayscale: #CACACA. Windows color (decimal): -2237629 or 4447197. OLE color: 4447197.
HSL color Cylindrical-coordinate representation of color #DDDB43: hue angle of 59.22º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDDB43 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 67 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 59.22º | 0.69% | 0.56% | - |
| HSV(B) | 59.22º | 0.7% | 0.87% | - |
| XYZ | 56.16 | 66.44 | 15.17 | - |
| YUV | 202.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 67 | 0 | 0.01 | 0.70 | 0.13 | 59.22 | 0.69 | 0.56 |
| Hex | DD | DB | 43 | 0 | 1 | 46 | D | 3B | 45 | 38 |
| Octal | 335 | 333 | 103 | 0 | 1 | 106 | 15 | 73 | 105 | 70 |
| Binary | 11011101 | 11011011 | 1000011 | 0 | 1 | 1000110 | 1101 | 111011 | 1000101 | 111000 |
Color Harmonies of #DDDB43
Complementary color
Monochromatic Colors of #DDDB43
Black with #DDDB43
Text Example
Text Example
White with #DDDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB43; }
p { color: rgb(221,219,67); }
H1.HeaderClassName
{
color: #DDDB43;
}
.AnyTagClassName
{
color: #DDDB43;
}
</style>
background-color css
<style>
a { background-color: #DDDB43; }
a { background-color: rgb(221,219,67); }
div.DivClassName
{
background-color: #DDDB43;
}
.BgClassName
{
background-color: #DDDB43;
}
</style>
border-color css
<style>
span { border-color: #DDDB43; }
span { border-color: rgb(221,219,67); }
td.TdClassName
{
border-color: #DDDB43;
}
.TagClassName
{
border-color: #DDDB43;
}
</style>