Shades of Starship #DCDB3F
Tints of Starship #DCDB3F
RGB
CMYK
RGB Variations
Color information
#DCDB3F (or 0xDCDB3F) is known color: Starship. HEX triplet: DC, DB and 3F. RGB value is (220,219,63). Sum of RGB (Red+Green+Blue) = 220+219+63=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3F is #2324C0. Grayscale: #CACACA. Windows color (decimal): -2303169 or 4185052. OLE color: 4185052.
HSL color Cylindrical-coordinate representation of color #DCDB3F: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCDB3F is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 63 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.14 |
| HSL | 59.62º | 0.69% | 0.55% | - |
| HSV(B) | 59.62º | 0.71% | 0.86% | - |
| XYZ | 55.74 | 66.24 | 14.55 | - |
| YUV | 201.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 63 | 0 | 0.00 | 0.71 | 0.14 | 59.62 | 0.69 | 0.55 |
| Hex | DC | DB | 3F | 0 | 0 | 47 | E | 3C | 45 | 37 |
| Octal | 334 | 333 | 77 | 0 | 0 | 107 | 16 | 74 | 105 | 67 |
| Binary | 11011100 | 11011011 | 111111 | 0 | 0 | 1000111 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DCDB3F
Complementary color
Monochromatic Colors of #DCDB3F
Black with #DCDB3F
Text Example
Text Example
White with #DCDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB3F; }
p { color: rgb(220,219,63); }
H1.HeaderClassName
{
color: #DCDB3F;
}
.AnyTagClassName
{
color: #DCDB3F;
}
</style>
background-color css
<style>
a { background-color: #DCDB3F; }
a { background-color: rgb(220,219,63); }
div.DivClassName
{
background-color: #DCDB3F;
}
.BgClassName
{
background-color: #DCDB3F;
}
</style>
border-color css
<style>
span { border-color: #DCDB3F; }
span { border-color: rgb(220,219,63); }
td.TdClassName
{
border-color: #DCDB3F;
}
.TagClassName
{
border-color: #DCDB3F;
}
</style>