Shades of Starship #DCD743
Tints of Starship #DCD743
RGB
CMYK
RGB Variations
Color information
#DCD743 (or 0xDCD743) is known color: Starship. HEX triplet: DC, D7 and 43. RGB value is (220,215,67). Sum of RGB (Red+Green+Blue) = 220+215+67=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD743 is #2328BC. Grayscale: #C8C8C8. Windows color (decimal): -2304189 or 4446172. OLE color: 4446172.
HSL color Cylindrical-coordinate representation of color #DCD743: hue angle of 58.04º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD743 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 67 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.14 |
| HSL | 58.04º | 0.69% | 0.56% | - |
| HSV(B) | 58.04º | 0.7% | 0.86% | - |
| XYZ | 54.83 | 64.22 | 14.82 | - |
| YUV | 199.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 67 | 0 | 0.02 | 0.70 | 0.14 | 58.04 | 0.69 | 0.56 |
| Hex | DC | D7 | 43 | 0 | 2 | 46 | E | 3A | 45 | 38 |
| Octal | 334 | 327 | 103 | 0 | 2 | 106 | 16 | 72 | 105 | 70 |
| Binary | 11011100 | 11010111 | 1000011 | 0 | 10 | 1000110 | 1110 | 111010 | 1000101 | 111000 |
Color Harmonies of #DCD743
Complementary color
Monochromatic Colors of #DCD743
Black with #DCD743
Text Example
Text Example
White with #DCD743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD743; }
p { color: rgb(220,215,67); }
H1.HeaderClassName
{
color: #DCD743;
}
.AnyTagClassName
{
color: #DCD743;
}
</style>
background-color css
<style>
a { background-color: #DCD743; }
a { background-color: rgb(220,215,67); }
div.DivClassName
{
background-color: #DCD743;
}
.BgClassName
{
background-color: #DCD743;
}
</style>
border-color css
<style>
span { border-color: #DCD743; }
span { border-color: rgb(220,215,67); }
td.TdClassName
{
border-color: #DCD743;
}
.TagClassName
{
border-color: #DCD743;
}
</style>