Shades of Starship #DCDB40
Tints of Starship #DCDB40
RGB
CMYK
RGB Variations
Color information
#DCDB40 (or 0xDCDB40) is known color: Starship. HEX triplet: DC, DB and 40. RGB value is (220,219,64). Sum of RGB (Red+Green+Blue) = 220+219+64=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB40 is #2324BF. Grayscale: #CACACA. Windows color (decimal): -2303168 or 4250588. OLE color: 4250588.
HSL color Cylindrical-coordinate representation of color #DCDB40: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCDB40 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 64 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.14 |
| HSL | 59.62º | 0.69% | 0.56% | - |
| HSV(B) | 59.62º | 0.71% | 0.86% | - |
| XYZ | 55.77 | 66.25 | 14.7 | - |
| YUV | 201.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 64 | 0 | 0.00 | 0.71 | 0.14 | 59.62 | 0.69 | 0.56 |
| Hex | DC | DB | 40 | 0 | 0 | 47 | E | 3C | 45 | 38 |
| Octal | 334 | 333 | 100 | 0 | 0 | 107 | 16 | 74 | 105 | 70 |
| Binary | 11011100 | 11011011 | 1000000 | 0 | 0 | 1000111 | 1110 | 111100 | 1000101 | 111000 |
Color Harmonies of #DCDB40
Complementary color
Monochromatic Colors of #DCDB40
Black with #DCDB40
Text Example
Text Example
White with #DCDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB40; }
p { color: rgb(220,219,64); }
H1.HeaderClassName
{
color: #DCDB40;
}
.AnyTagClassName
{
color: #DCDB40;
}
</style>
background-color css
<style>
a { background-color: #DCDB40; }
a { background-color: rgb(220,219,64); }
div.DivClassName
{
background-color: #DCDB40;
}
.BgClassName
{
background-color: #DCDB40;
}
</style>
border-color css
<style>
span { border-color: #DCDB40; }
span { border-color: rgb(220,219,64); }
td.TdClassName
{
border-color: #DCDB40;
}
.TagClassName
{
border-color: #DCDB40;
}
</style>