Shades of Starship #DCDB38
Tints of Starship #DCDB38
RGB
CMYK
RGB Variations
Color information
#DCDB38 (or 0xDCDB38) is known color: Starship. HEX triplet: DC, DB and 38. RGB value is (220,219,56). Sum of RGB (Red+Green+Blue) = 220+219+56=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB38 is #2324C7. Grayscale: #C9C9C9. Windows color (decimal): -2303176 or 3726300. OLE color: 3726300.
HSL color Cylindrical-coordinate representation of color #DCDB38: hue angle of 59.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDB38 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 56 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.14 |
| HSL | 59.63º | 0.7% | 0.54% | - |
| HSV(B) | 59.63º | 0.75% | 0.86% | - |
| XYZ | 55.56 | 66.16 | 13.58 | - |
| YUV | 200.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 56 | 0 | 0.00 | 0.75 | 0.14 | 59.63 | 0.7 | 0.54 |
| Hex | DC | DB | 38 | 0 | 0 | 4B | E | 3C | 46 | 36 |
| Octal | 334 | 333 | 70 | 0 | 0 | 113 | 16 | 74 | 106 | 66 |
| Binary | 11011100 | 11011011 | 111000 | 0 | 0 | 1001011 | 1110 | 111100 | 1000110 | 110110 |
Color Harmonies of #DCDB38
Complementary color
Monochromatic Colors of #DCDB38
Black with #DCDB38
Text Example
Text Example
White with #DCDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB38; }
p { color: rgb(220,219,56); }
H1.HeaderClassName
{
color: #DCDB38;
}
.AnyTagClassName
{
color: #DCDB38;
}
</style>
background-color css
<style>
a { background-color: #DCDB38; }
a { background-color: rgb(220,219,56); }
div.DivClassName
{
background-color: #DCDB38;
}
.BgClassName
{
background-color: #DCDB38;
}
</style>
border-color css
<style>
span { border-color: #DCDB38; }
span { border-color: rgb(220,219,56); }
td.TdClassName
{
border-color: #DCDB38;
}
.TagClassName
{
border-color: #DCDB38;
}
</style>